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

    Hierarchy (View Summary)

    Index

    Properties

    body: Statement[]
    innerComments?: Comment[]
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    trailingComments?: Comment[]
    type: "BlockStatement"