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

    Interface Range

    An LSP range: start inclusive, end exclusive; may span lines.

    interface Range {
        end: Position;
        start: Position;
    }
    Index
    start: Position