svelte-ast-print - v0.6.0
    Preparing search index...
    interface BaseCallExpression {
        arguments: (Expression | SpreadElement)[];
        callee: Expression | Super;
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        range?: [number, number];
        trailingComments?: Comment[];
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arguments: (Expression | SpreadElement)[]
    callee: Expression | Super
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    range?: [number, number]
    trailingComments?: Comment[]
    type: string