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

Adds helpers to support async generators #10

Merged
merged 7 commits into from
Feb 21, 2017
Merged

Conversation

rbuckton
Copy link
Member

Adds helpers to support async generators to align with microsoft/TypeScript#12346.

@alitaheri
Copy link

alitaheri commented Feb 17, 2017

@rbuckton I guess it's time to merge this one too 😁 👍 Thanks for the awesome work ❤️

P.S. don't forget:

+    if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");

@mhegazy
Copy link
Contributor

mhegazy commented Feb 21, 2017

👍

@rbuckton rbuckton merged commit 8816553 into master Feb 21, 2017
@rbuckton rbuckton deleted the asyncGenerators branch February 21, 2017 20:32
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.

None yet

3 participants