KC's Workspace
    Preparing search index...
    interface ImportExpression {
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        options?: Expression | null;
        range?: [number, number];
        source: Expression;
        trailingComments?: Comment[];
        type: "ImportExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

    leadingComments?: Comment[]
    loc?: SourceLocation | null
    options?: Expression | null
    range?: [number, number]
    source: Expression
    trailingComments?: Comment[]
    type: "ImportExpression"