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

    Interface SemanticToken

    One token of the absolute layout. Positions are 0-based.

    interface SemanticToken {
        length: number;
        line: number;
        modifiers: SemanticTokenModifier[];
        start: number;
        type: SemanticTokenType;
    }
    Index
    length: number

    Length in the same units. Never crosses a line break.

    line: number
    start: number

    Column in the response's position encoding.