Skip to content

[RFC] Improve core types for (Async) Iterable/Iterator/Generator #3988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

leebyron
Copy link
Contributor

  • Changes $Iterator's @@iterator method to return this.
  • An $Iterator is an $Iterable
  • Add optional return and throw methods to $Iterator (http://www.ecma-international.org/ecma-262/7.0/#table-54)
  • A $Generator is an $Iterator
  • Fix mistaken function name to $asyncIterate to match style of $iterate.

* Changes `$Iterator`'s `@@iterator` method to return `this`.
* An `$Iterator` is an `$Iterable`
* Add optional `return` and `throw` methods to `$Iterator` (http://www.ecma-international.org/ecma-262/7.0/#table-54)
* A `$Generator` is an `$Iterator`
* Fix mistaken function name to `$asyncIterate` to match style of `$iterate`.
@leebyron
Copy link
Contributor Author

#3990

@leebyron leebyron closed this May 21, 2017
@mroch mroch deleted the iterable-types branch June 21, 2017 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants