cel-ts - v0.1.0-alpha
    Preparing search index...

    Type Alias LintDiagnostic

    Reported lint issue for an expression.

    type LintDiagnostic = {
        exprId: ExprId;
        location?: LintLocation;
        message: string;
        severity: LintSeverity;
    }
    Index

    Properties

    exprId: ExprId
    location?: LintLocation
    message: string
    severity: LintSeverity