Skip to main content
Module

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

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

Methods

getElements(): Expression[]

Gets the elements.

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