svelte-ast-print - v1.0.0
    interface TemplateLiteral {
        expressions: Expression[];
        leadingComments?: Comment[];
        loc?: null | SourceLocation;
        quasis: TemplateElement[];
        range?: [number, number];
        trailingComments?: Comment[];
        type: "TemplateLiteral";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    expressions: Expression[]
    leadingComments?: Comment[]
    loc?: null | SourceLocation
    quasis: TemplateElement[]
    range?: [number, number]
    trailingComments?: Comment[]
    type: "TemplateLiteral"
    MMNEPVFCICPMFPCPTTAAATR