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

Accept options as 3rd parameter; Fix a spec bug that value might overflow #27

Closed Jack-Works closed 4 years ago

Jack-Works commented 4 years ago

Related: https://github.com/tc39/proposal-Number.range/issues/25