Skip to content

Comments

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

Closed
leebyron wants to merge 1 commit intomasterfrom
iterable-types
Closed

[RFC] Improve core types for (Async) Iterable/Iterator/Generator#3988
leebyron wants to merge 1 commit intomasterfrom
iterable-types

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