Skip to content
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

Implement iterator-helpers #14426

Closed
sirenkovladd opened this issue Oct 9, 2024 · 2 comments · Fixed by #14455
Closed

Implement iterator-helpers #14426

sirenkovladd opened this issue Oct 9, 2024 · 2 comments · Fixed by #14455
Labels
enhancement New feature or request jsc Something related to JavaScriptCore runtime

Comments

@sirenkovladd
Copy link
Contributor

What is the problem this feature would solve?

iterator.map
iterator.filter
iterator.take
iterator.drop
iterator.flatMap
iterator.reduce
iterator. toArray
iterator. forEach
iterator. some
iterator. every
iterator. find
iterator. from

What is the feature you are proposing to solve the problem?

https:/tc39/proposal-iterator-helpers?tab=readme-ov-file

stage: 4

What alternatives have you considered?

No response

@sirenkovladd sirenkovladd added the enhancement New feature or request label Oct 9, 2024
@nektro nektro added jsc Something related to JavaScriptCore runtime labels Oct 9, 2024
@nektro
Copy link
Contributor

nektro commented Oct 9, 2024

https://bugs.webkit.org/show_bug.cgi?id=280811 upstream tracking

@sirenkovladd
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jsc Something related to JavaScriptCore runtime
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants