svelte-ast-print - v0.6.0
    Preparing search index...
    interface ImportSpecifier {
        imported: Identifier | Literal;
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        local: Identifier;
        range?: [number, number];
        trailingComments?: Comment[];
        type: "ImportSpecifier";
    }

    Hierarchy (View Summary)

    Index

    Properties

    imported: Identifier | Literal
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    local: Identifier
    range?: [number, number]
    trailingComments?: Comment[]
    type: "ImportSpecifier"