Skip to content
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

Fix Async-from-Sync Iterator tests #1292

Merged
merged 2 commits into from
Oct 17, 2017
Merged

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Oct 17, 2017

This change updates test cases to assume that the "next" method is only
loaded from a synchronous iterator once, and is re-used for each call to
Async-from-Sync Iterator.next(), based on tc39/ecma262#988

caitp added 2 commits October 17, 2017 14:34
This change updates test cases to assume that the "next" method is only
loaded from a synchronous iterator once, and is re-used for each call to
Async-from-Sync Iterator.next(), based on tc39/ecma262#988
@caitp caitp changed the title Fix async from sync Fix Async-from-Sync Iterator tests Oct 17, 2017
@rwaldron
Copy link
Contributor

@caitp awesome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants