@karmaniverous/stan-context
    Preparing search index...

    Type Alias DependencyMetaNode

    type DependencyMetaNode = {
        d?: string;
        e?: DependencyMetaEdge[];
        k: DependencyMetaNodeKind;
        s?: number;
    }
    Index

    Properties

    Properties

    d?: string

    Optional one-line description (TS/JS only).

    Outgoing edges, compact tuples.

    Node kind index (stable decode table).

    s?: number

    File size (bytes). Typically present for source/external nodes.