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

Use esnext.asynciterable for backwards compatibility #40

Merged
merged 2 commits into from
Nov 7, 2019

Conversation

MattiasBuelens
Copy link
Owner

Older TypeScript versions do not have es2018.asynciterable yet, but newer versions support both es2018.asynciterable and esnext.asynciterable. For compatibility, use the old name.

Fixes #39

Older TypeScript versions do not have es2018.asynciterable yet, but
newer versions support both. For compatibility, use the old name.
@MattiasBuelens MattiasBuelens added this to the v2.0.6 milestone Nov 7, 2019
@MattiasBuelens MattiasBuelens self-assigned this Nov 7, 2019
@MattiasBuelens MattiasBuelens merged commit c20c518 into master Nov 7, 2019
@MattiasBuelens MattiasBuelens deleted the types-esnext-asynciterable branch November 7, 2019 22:46
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.

Can't load the plugin with typescript 3.2.2
1 participant