tc39 / proposal-iterator.range

A proposal for ECMAScript to add a built-in Iterator.range()
https://tc39.es/proposal-iterator.range/
MIT License
487 stars 13 forks source link

Add `get from`, `get to` and `get step` on %RangeIteratorPrototype% #16

Closed Jack-Works closed 4 years ago

Jack-Works commented 4 years ago

Related #12 , #15

Jack-Works commented 4 years ago

@chicoxyzzy @sffc does it look good? 🤔

sffc commented 4 years ago

LGTM, with a follow-up in #17