svelte-ast-print - v0.6.0
    Preparing search index...
    interface Program {
        body: (ModuleDeclaration | Statement | Directive)[];
        comments?: Comment[];
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        range?: [number, number];
        sourceType: "module" | "script";
        trailingComments?: Comment[];
        type: "Program";
    }

    Hierarchy (View Summary)

    Index

    Properties

    comments?: Comment[]
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    sourceType: "module" | "script"
    trailingComments?: Comment[]
    type: "Program"