biome_diagnostics

Crates.iobiome_diagnostics
lib.rsbiome_diagnostics
version0.5.8
created_at2023-09-27 12:23:18.79581+00
updated_at2024-12-18 11:01:43.691561+00
descriptionBiome's shared infrastructure to implement reporting pretty error and diagnostics
homepagehttps://biomejs.dev/
repositoryhttps://github.com/biomejs/biome
max_upload_size
id984595
size261,002
Emanuele Stoppa (ematipico)

documentation

README

biome_diagnostics

This crate contains the types and utility functions used to implement errors and diagnostics in the Biome codebase.

Acknowledgement

This crate was initially forked from rslint_errors. The design of the new Diagnostic trait, Error struct, Context trait, and the Diagnostic derive macro in biome_diagnostics_macros are inspired by various fantastic crates in the Rust error handling space: miette, anyhow and thiserror

Commit count: 8054

cargo fmt