KC's Workspace
    Preparing search index...
    interface ObjectExpression {
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        properties: (Property | SpreadElement)[];
        range?: [number, number];
        trailingComments?: Comment[];
        type: "ObjectExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

    leadingComments?: Comment[]
    loc?: SourceLocation | null
    properties: (Property | SpreadElement)[]
    range?: [number, number]
    trailingComments?: Comment[]
    type: "ObjectExpression"