Crates.io | oxc_diagnostics |
lib.rs | oxc_diagnostics |
version | 0.83.0 |
created_at | 2023-03-30 16:01:29.334567+00 |
updated_at | 2025-08-29 06:51:15.76706+00 |
description | A collection of JavaScript tools written in Rust. |
homepage | https://oxc.rs |
repository | https://github.com/oxc-project/oxc |
max_upload_size | |
id | 825237 |
size | 41,361 |
Error reporting and diagnostic utilities for JavaScript and TypeScript tooling.
This crate provides comprehensive error handling and diagnostic reporting capabilities. It implements the [miette] diagnostic trait, making it compatible with other Rust diagnostic tooling while providing specialized features for JavaScript/TypeScript errors.
OxcDiagnostic
instances for problemsDiagnosticService
aggregates diagnosticsThe diagnostic system ensures consistent, high-quality error reporting across all oxc tools.