JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface Diagnostic

    An editor-agnostic diagnostic (one parse/compile problem).

    interface Diagnostic {
        message: string;
        range: Range;
        severity: DiagnosticSeverity;
    }
    Index
    message: string
    range: Range