@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface ParserError

    interface ParserError {
        location?: { end: ParserLocation; start: ParserLocation };
        message: string;
        original?: {
            location?: { end: ParserLocation; start: ParserLocation };
            text?: string;
        };
        text?: string;
    }
    Index
    location?: { end: ParserLocation; start: ParserLocation }
    message: string
    original?: {
        location?: { end: ParserLocation; start: ParserLocation };
        text?: string;
    }
    text?: string