| Crates.io | biome_diagnostics |
| lib.rs | biome_diagnostics |
| version | 0.5.8 |
| created_at | 2023-09-27 12:23:18.79581+00 |
| updated_at | 2024-12-18 11:01:43.691561+00 |
| description | Biome's shared infrastructure to implement reporting pretty error and diagnostics |
| homepage | https://biomejs.dev/ |
| repository | https://github.com/biomejs/biome |
| max_upload_size | |
| id | 984595 |
| size | 261,002 |
biome_diagnosticsThis crate contains the types and utility functions used to implement errors and diagnostics in the Biome codebase.
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