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

    Hierarchy (View Summary)

    Index

    Properties

    body: Statement
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    test?: null | Expression
    trailingComments?: Comment[]
    type: "ForStatement"
    update?: null | Expression