svelte-ast-print - v0.6.0
    Preparing search index...
    interface BaseFunction {
        async?: boolean;
        body: Expression | BlockStatement;
        generator?: boolean;
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        params: Pattern[];
        range?: [number, number];
        trailingComments?: Comment[];
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    async?: boolean
    generator?: boolean
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    params: Pattern[]
    range?: [number, number]
    trailingComments?: Comment[]
    type: string