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

Normative: rename the proposal #44

Closed Jack-Works closed 3 years ago

Jack-Works commented 3 years ago

So per discussion in #42 I think most people do not comfortable with class

To keep the iterator semantics, it is a must for me to rename this proposal to include "iterator" in the name. The name can be bikeshed so I mark this as a draft PR.

The current prefer new name is Iterator.range.numeric(). If you have any suggestions about the name, please comment in #45 instead of this PR. Let's make the discussion happen on that issue.

close #41, close #22, close #17, close #42

Jack-Works commented 3 years ago

Close but not deleted in case I want it back