Skip to main content
Module

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

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

Sets the literal value.

Note: This could possibly replace the node if you remove all the tagged templates.

Parameters

value: string
  • Value to set.

Returns

Node<ts.Node>

The new node if the kind changed; the current node otherwise.