Skip to main content

Module error

Module error 

Source

Structs§

Diagnostic
A diagnostic message produced during parsing.
Fix
A deterministic auto-fix: one or more text edits applied to the ORIGINAL source bytes (never an AST round-trip), so untouched bytes are preserved exactly.
TextEdit
A single span-based text edit against the original source.

Enums§

FixSafety
Safety tier of a Fix. Ordered: Safe < Suggested, so a requested tier of Suggested also applies every Safe fix.
ParseError
Errors that can occur during parsing.
Severity
Severity level for diagnostics.