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

    Interface PatchDocument

    A whole-document patch: selects bits by index or id, patches them, removes, inserts and moves them. Every index refers to the input before any entry is applied. diff(a, b, { outputFormat: "patch" }) produces one that turns a into b; transform applies it.

    interface PatchDocument {
        entries: PatchDocumentEntry[];
        version: 1;
    }
    Index
    version: 1