[META] Implement the Iterator Helpers proposal
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
People
(Reporter: alex.fdm, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, meta)
This proposal is currently on Stage 2.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 1•2 years ago
|
||
FYI the test262 tests for iterator helpers are now complete and have been updated to match the latest spec. There were a few issues discovered while writing the tests, and they have since all been discussed at plenary and addressed in the spec and tests. Aside from anything that might be discovered during implementation, I don't expect any more changes.
Comment 2•2 years ago
|
||
Chrome hit a webcompat problem with iterator helpers: https://github.com/tc39/proposal-iterator-helpers/issues/286
Comment 3•1 year ago
|
||
(In reply to Dan Minor [:dminor] from comment #2)
Chrome hit a webcompat problem with iterator helpers: https://github.com/tc39/proposal-iterator-helpers/issues/286
Which they appear to have fixed in the following release. On December 4.
Any headway on this end?
Description
•