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

Add support for detecting async generators #2

Merged
merged 1 commit into from
Mar 1, 2019

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Feb 28, 2019

Async generators are also iterable.

This commit also adds a test for sync iterator.

Async generators are also iterable.

This commit also adds a test for sync iterator.
@vmx vmx force-pushed the add-async-iterable branch from eefe6c4 to 01425d8 Compare February 28, 2019 21:17
vmx added a commit to ipld/js-ipld that referenced this pull request Feb 28, 2019
Add an additional check for async iterators. This check was also
submitted upstream to typical: 75lb/typical#2
@75lb 75lb merged commit 01425d8 into 75lb:master Mar 1, 2019
@75lb
Copy link
Owner

75lb commented Mar 1, 2019

released in v3.0.1, thanks 👍

@vmx vmx deleted the add-async-iterable branch March 1, 2019 10:07
@vmx
Copy link
Contributor Author

vmx commented Mar 1, 2019

Good idea to put the Node.js 10 specific test into a separate file.

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