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

    Hierarchy (View Summary)

    Index

    Properties

    consequent: Statement[]
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    test?: null | Expression
    trailingComments?: Comment[]
    type: "SwitchCase"