svelte-ast-print - v0.6.0
    Preparing search index...
    interface ClassExpression {
        body: ClassBody;
        id?: null | Identifier;
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        range?: [number, number];
        superClass?: null | Expression;
        trailingComments?: Comment[];
        type: "ClassExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

    body: ClassBody
    id?: null | Identifier
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    superClass?: null | Expression
    trailingComments?: Comment[]
    type: "ClassExpression"