(node, props, children, transform_error)
| 60 | * @returns {void} |
| 61 | */ |
| 62 | export function boundary(node, props, children, transform_error) { |
| 63 | new Boundary(node, props, children, transform_error); |
| 64 | } |
| 65 | |
| 66 | export class Boundary { |
| 67 | /** @type {Boundary | null} */ |