Reference
AsyncBoundaryIr
Represents an async boundary lowered from an Await-style JSX construct.
Signature
interface AsyncBoundaryIrMembers
awaitId?: stringcatchChildren?: JsxNodeIr[]catchName?: stringchildren: JsxNodeIr[]kind: "async-boundary"loc?: SourceLocationplaceholderChildren?: JsxNodeIr[]placeholderTagCode?: stringvalueCode: stringvalueName: string