Module

x/ts_morph/ts_morph.d.ts>JsxClosingFragment

TypeScript Compiler API wrapper for static analysis and programmatic code changes.
Very Popular
Go to Latest
class JsxClosingFragment
extends Expression<ts.JsxClosingFragment>
import { JsxClosingFragment } from "https://dotland.deno.dev/x/ts_morph@21.0.0/ts_morph.d.ts";

Methods

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