Expand description
The unified Diagnostic type shared by the parser, AST validation, and the
serialize/HTML pre-validation.
Structs§
- Diagnostic
- A single diagnostic across every domain — parser, AST validation, and the
serialize/HTML pre-validation that wraps it.
spanis optional because a hand-built AST node may carry no source location.
Enums§
- Diagnostic
Code - A machine-readable category for a
Diagnostic. - Diagnostic
Severity - How serious a
Diagnosticis.