The old transform called an external `babel-traverse`, which doesn’t does something funky.
4 lines
63 B
JavaScript
4 lines
63 B
JavaScript
(async () => {
|
|
for await (const [value] of iterable) {}
|
|
})()
|