tc39 / proposal-iterator-sequencing

a TC39 proposal to create iterators by sequencing existing iterators
https://tc39.es/proposal-iterator-sequencing
60 stars 1 forks source link

stage 2.7 tracking #8

Closed michaelficarra closed 1 month ago

michaelficarra commented 1 month ago
nicolo-ribaudo commented 1 month ago

Do you need the review by the upcoming plenary?

michaelficarra commented 1 month ago

@nicolo-ribaudo Yes, please. I should have an updated README and the 2.7 presentation ready tomorrow in case you want to wait for those. Also, note #9 was just opened.

jessealama commented 1 month ago

Nic and I noticed a couple of things:

jessealama commented 1 month ago

(I was unable to tick the box next to my name.)

michaelficarra commented 1 month ago

@jessealama @nicolo-ribaudo #11 has been merged. Can you take another look before I mark off your approval?

nicolo-ribaudo commented 1 month ago

jessealama commented 1 month ago

syg commented 1 month ago

editorially lgtm

ljharb commented 1 month ago

Implemented in https://github.com/es-shims/iterator-helpers as well, as a form of spec review.

michaelficarra commented 1 month ago

@ljharb A great way to test your polyfill would be to write some test262 tests 😉