import { SyntaxList } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
addChildText(textOrWriterFunction: string | WriterFunction | ReadonlyArray<string | WriterFunction>): Node<ts.Node>[]
Adds text at the end of the current children.
getParent(): NodeParentType<ts.SyntaxList>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.SyntaxList>>
insertChildText(index: number, textOrWriterFunction: string | WriterFunction | ReadonlyArray<string | WriterFunction>): Node<ts.Node>[]
Inserts text at the specified child index.