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

    Hierarchy (View Summary)

    Index

    Properties

    attributes: ImportAttribute[]
    exported: null | Identifier | Literal
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    source: Literal
    trailingComments?: Comment[]
    type: "ExportAllDeclaration"