data-cap
    Preparing search index...

    Interface RawDocumentDataCall

    One documentData(...) call found in a file's top-level statements.

    interface RawDocumentDataCall {
        docsNode: Expression | undefined;
        fieldsRef: SchemaRef;
        node: CallExpression;
    }
    Index
    docsNode: Expression | undefined

    The second (docs) argument, for later structural inspection -- not evaluated here.

    fieldsRef: SchemaRef

    How this call's first (fields reference) argument resolves within this one file.

    node: CallExpression

    The full call expression AST node, for later structural inspection.