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

    Hierarchy (View Summary)

    Index

    Properties

    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    trailingComments?: Comment[]
    type: string