You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
not sure if this is a bug or a feature request - or neither: not sure if async iterators is part of the top-level-await proposal.
constimports=[import("./a.js"),import("./b.js")]forawait(constiofimports){}// throws: // for await (const i of imports) {}// ^// SyntaxError: Invalid or unexpected token// at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
The text was updated successfully, but these errors were encountered:
not sure if this is a bug or a feature request - or neither: not sure if
async iterators
is part of thetop-level-await proposal
.The text was updated successfully, but these errors were encountered: