We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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* file
it 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:
"Iterator Helpers" reached stage 4 yesterday, but the spec has not include Iterator yet.
Sorry, something went wrong.
Guess this will get merged soon. tc39/ecma262#3395
No branches or pull requests
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: