import { TemplateLiteralTypeNode } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the template head.
getParent(): NodeParentType<ts.TemplateLiteralTypeNode>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.TemplateLiteralTypeNode>>
getTemplateSpans(): TypeNode<ts.TypeNode>[]
Gets the template spans.
setLiteralValue(value: string): Node<ts.Node>
Sets the literal value.
Note: This could possibly replace the node if you remove all the tagged templates.