import { JsxElement } from "https://dotland.deno.dev/x/ts_morph@21.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.JsxElement>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JsxElement>>
setBodyTextInline(textOrWriterFunction: string | WriterFunction): this
Sets the body text without surrounding new lines.