@tikoci/centrs
    Preparing search index...

    Interface ExplainValueOccurrence

    interface ExplainValueOccurrence {
        facts: ExplainValueFacts;
        id: string;
        kind: ExplainValueAnchorKind;
        name?: string;
        parent?: string;
        quoted: boolean;
        span: ExplainSpanRange;
        tokenSpan: ExplainSpanRange;
    }
    Index

    Properties

    id: string

    Result-local identity for #239's later flow-sensitive references.

    element is one member of an array literal, located inside its container.

    name?: string

    An attribute's name, or an array member's key.

    parent?: string

    The id of the array literal this value is a member of.

    Present only on element rows. Containment is a reference rather than nesting so the list stays flat and ordered, and so #239 can point a symbol at one member without re-walking a tree.

    quoted: boolean

    Literal source bytes, quotes included.

    tokenSpan: ExplainSpanRange