Reference

AsyncBoundaryIr

Represents an async boundary lowered from an Await-style JSX construct.

Signature

interface AsyncBoundaryIr

Members

awaitId?: string
catchChildren?: JsxNodeIr[]
catchName?: string
children: JsxNodeIr[]
kind: "async-boundary"
loc?: SourceLocation
placeholderChildren?: JsxNodeIr[]
placeholderTagCode?: string
valueCode: string
valueName: string