Expand description
A JSON emitter for errors.
This works by converting errors to a simplified structural format (see the structs at the start of the file) and then serializing them. These should contain as much information about the error as possible.
The format of the JSON output should be considered unstable. For now the structs at the end of this file (Diagnostic*) specify the error format.
Structsยง
- Artifact
Notification ๐ - Diagnostic ๐
- Diagnostic
Code ๐ - Diagnostic
Span ๐ - Diagnostic
Span ๐Line - Future
Breakage ๐Item - Future
Incompat ๐Report - Unused
Externs ๐
Enumsยง
- Emit
Typed ๐