Skip to main content
Module

x/deno2node/src/deps.deno.ts>TemplateExpression

Compile your Deno project to run on Node.js.
Go to Latest
class TemplateExpression
extends TemplateExpressionBase<ts.TemplateExpression>
import { TemplateExpression } from "https://deno.land/x/deno2node@v1.7.1/src/deps.deno.ts";

Methods

Gets the template head.

getParent(): NodeParentType<ts.TemplateExpression>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.TemplateExpression>>

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.