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

    Interface BitDiffRef

    Where a bit sits in one of the two documents.

    interface BitDiffRef {
        id?: string;
        index: number;
        line?: number;
    }
    Index
    id?: string

    The bit's first id, when it has one.

    index: number

    0-based position in that document.

    line?: number

    1-based source line (only with locate, bitmark inputs).