Skip to main content
Module

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

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

Methods

getLiteralValue(): string

Gets the literal value.

getParent(): NodeParentType<ts.NoSubstitutionTemplateLiteral>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.NoSubstitutionTemplateLiteral>>
setLiteralValue(value: string): TemplateLiteral

Sets the literal value.

Note: This could possibly replace the node if you add a tagged template.