()
| 63 | * For testing only |
| 64 | */ |
| 65 | export const resetSuspenseId = (): number => (suspenseId = 0) |
| 66 | |
| 67 | // Suspense exposes a component-like API, and is treated like a component |
| 68 | // in the compiler, but internally it's a special built-in type that hooks |