KC's Workspace
    Preparing search index...

    Interface TaggedTemplateExpression

    interface TaggedTemplateExpression {
        leadingComments?: Comment[];
        loc?: SourceLocation | null;
        quasi: TemplateLiteral;
        range?: [number, number];
        tag: Expression;
        trailingComments?: Comment[];
        type: "TaggedTemplateExpression";
    }

    Hierarchy (View Summary)

    Index

    Properties

    leadingComments?: Comment[]
    loc?: SourceLocation | null
    range?: [number, number]
    trailingComments?: Comment[]
    type: "TaggedTemplateExpression"