Skip to main content
Module

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

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

Methods

Add a variable declaration to the statement.

Adds variable declarations to the statement.

Gets the variable declaration kind.

Gets the variable declaration kind keyword.

Get variable declaration list.

Get the variable declarations.

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

Gets the structure equivalent to this node.

Inserts a variable declaration at the specified index within the statement.

Inserts variable declarations at the specified index within the statement.

set(structure: Partial<VariableStatementStructure>): this

Sets the node from a structure.

Sets the variable declaration kind.