Skip to content

Fix iterated type in for-await-of#27247

Closed
rbuckton wants to merge 1 commit intorelease-3.1from
fix24570
Closed

Fix iterated type in for-await-of#27247
rbuckton wants to merge 1 commit intorelease-3.1from
fix24570

Conversation

@rbuckton
Copy link
Copy Markdown
Contributor

Fixes the type we return in getIteratedTypeOfIterable for for..await..of. and yield* when the expression is an Iterable<Promise<T>>.

Fixes #24570

@rbuckton rbuckton added this to the TypeScript 3.1 milestone Sep 20, 2018
@rbuckton
Copy link
Copy Markdown
Contributor Author

@RyanCavanaugh: should I go ahead merge this into release-3.1 and create another PR to add this to master?

@rbuckton
Copy link
Copy Markdown
Contributor Author

This change is postponed to 3.2, you can find the PR against master here: #27271

@rbuckton rbuckton closed this Sep 21, 2018
@rbuckton rbuckton deleted the fix24570 branch September 21, 2018 17:45
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants