()
| 1417 | // reusing that code path. |
| 1418 | const iterator: Iterator<mixed> = ({ |
| 1419 | next(): IteratorResult<mixed, void> { |
| 1420 | return unwrapThenable(newChildren.next()); |
| 1421 | }, |
| 1422 | }: any); |
| 1423 | |
| 1424 | return reconcileChildrenIterator( |
no test coverage detected