Include iterator polyfill #77578
markedwards
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Enable the use of recent Iterator features such as
Iterator.prototype.map
.Non-Goals
No response
Background
Next loads a set of polyfills but this does not include Iterator polyfills.
Proposal
Add
core-js/features/iterator
to the default polyfills.Beta Was this translation helpful? Give feedback.
All reactions