[META] Implement the Iterator Helpers proposal
Categories
(Core :: JavaScript Engine, enhancement, P3)
Tracking
()
People
(Reporter: alex.fdm, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed, meta)
This proposal is currently on Stage 2.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•1 year 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•1 year ago
|
||
Chrome hit a webcompat problem with iterator helpers: https://github.com/tc39/proposal-iterator-helpers/issues/286
Comment 3•6 months 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
•