vize_canon 0.145.0

Canon - The standard of correctness for Vize type checking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
source: crates/vize_canon/src/checker.rs
expression: result
---
CheckResult {
    diagnostics: [
        TypeDiagnostic {
            code: UnknownIdentifier,
            message: "Cannot find name 'unknownVar'",
            severity: Error,
            start: 7,
            end: 17,
            related: [],
        },
    ],
    error_count: 1,
    warning_count: 0,
}