biome_diagnostics

Crates.iobiome_diagnostics
lib.rsbiome_diagnostics
version0.5.7
sourcesrc
created_at2023-09-27 12:23:18.79581
updated_at2024-03-12 09:20:05.349095
descriptionBiome's shared infrastructure to implement reporting pretty error and diagnostics
homepagehttps://biomejs.dev/
repositoryhttps://github.com/biomejs/biome
max_upload_size
id984595
size238,605
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: 6920

cargo fmt