Skip to main content

Crate kcl_error

Crate kcl_error 

Source

Structs§

CompilationIssue
An issue which occurred during parsing, etc. The severity determines whether it’s an error, warning, or other kind of issue.
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