Interface SemanticCompilerDiagnosticExperimental

Path-addressed, deterministic unsupported outcome.

interface SemanticCompilerDiagnostic {
    code: SemanticCompilerUnsupportedCode;
    message: string;
    path: string;
}

Properties

Properties

message: string
path: string