-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iterator
should in ES* files
#266
Comments
Iterator
should in ES* files than worker fileIterator
should in ES* files
"Iterator Helpers" reached stage 4 yesterday, but the spec has not include |
Guess this will get merged soon. tc39/ecma262#3395 |
Merged
graphite-app bot
pushed a commit
to oxc-project/oxc
that referenced
this issue
Feb 10, 2025
ES2025 was implemented by globals: sindresorhus/globals#256 and the `Iterator` support included here: sindresorhus/globals#266 Should we support es3, es5 and es2015 too? https://github.com/sindresorhus/globals/blob/main/data/es3.mjs https://github.com/sindresorhus/globals/blob/main/data/es5.mjs https://github.com/sindresorhus/globals/blob/main/data/es2015.mjs
Dunqing
pushed a commit
to oxc-project/oxc
that referenced
this issue
Feb 10, 2025
ES2025 was implemented by globals: sindresorhus/globals#256 and the `Iterator` support included here: sindresorhus/globals#266 Should we support es3, es5 and es2015 too? https://github.com/sindresorhus/globals/blob/main/data/es3.mjs https://github.com/sindresorhus/globals/blob/main/data/es5.mjs https://github.com/sindresorhus/globals/blob/main/data/es2015.mjs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently
Iterator
is in https://github.com/sindresorhus/globals/blob/main/data/worker.mjs#L136, https://github.com/sindresorhus/globals/blob/main/data/nodeBuiltin.mjs#L32, but not in any of the ES* fileit is a JavaScript interface available in all scope, so it is better to place it in ES* file
also, it is not in browser.mjs or serviceworker.mjs currently
The text was updated successfully, but these errors were encountered: