svelte-ast-print - v0.6.0
    Preparing search index...
    interface ImportExpression {
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        options?: null | Expression;
        range?: [number, number];
        source: Expression;
        trailingComments?: Comment[];
        type: "ImportExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

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