Traqula
    Preparing search index...

    Interface ILexerDefinitionError

    interface ILexerDefinitionError {
        message: string;
        tokenTypes?: TokenType[];
        type: LexerDefinitionErrorType;
    }
    Index

    Properties

    message: string
    tokenTypes?: TokenType[]