1 2 3 4 5 6
pub use crate::diagnostics::{ Diagnostic, DiagnosticCode, DiagnosticReporter, ParseError, Severity, }; pub type JsDiagnosticCode = DiagnosticCode; pub type JsError = ParseError;