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

    Hierarchy (View Summary)

    Index

    Properties

    cases: SwitchCase[]
    discriminant: Expression
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    trailingComments?: Comment[]
    type: "SwitchStatement"