oxc-miette 4.0.0

Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/*!
Reporters included with `miette`.
*/

pub use graphical::*;
pub use json::*;
pub use theme::GraphicalTheme;

mod graphical;
mod json;
#[expect(clippy::redundant_pub_crate, reason = "prevents public glob re-export")]
pub(crate) mod theme;