@eagleoutice/flowr - v2.13.15
    Preparing search index...

    A missing (parser-inserted, zero-width) or error (un-parseable) tree-sitter node.

    interface SyntaxErrorFinding {
        kind: "error" | "missing";
        line: string;
        node: SyntaxNode;
        scan: RegionScan;
    }
    Index
    kind: "error" | "missing"
    line: string

    The source line the node starts on, for patterns judging a pasted line rather than a token.

    node: SyntaxNode

    The region, scanned on first use.