Crate kcl_error

Crate kcl_error 

Source

Structs§

CompilationError
An error which occurred during parsing, etc.
ModuleId
Identifier of a source file. Uses a u32 to keep the size small.
SourceRange
The first two items are the start and end points (byte offsets from the start of the file). The third item is whether the source range belongs to the ‘main’ file, i.e., the file currently being rendered/displayed in the editor.
Suggestion

Enums§

Severity
Tag