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

Update Promise and PromiseLike, fix async functions issues with never. #9204

Merged
merged 2 commits into from
Jun 22, 2016

Conversation

rbuckton
Copy link
Member

After reviewing #9193, I found a few issues with type resolution in async functions following the introduction of never. This change addresses these issues and adopts new typings for Promise and PromiseLike that take advantage of other recent changes in the type checker to support never.

Fixes #9193.

@mhegazy
Copy link
Contributor

mhegazy commented Jun 16, 2016

👍

@rbuckton rbuckton merged commit 12bfb7e into master Jun 22, 2016
@rbuckton rbuckton deleted the promiseAndAsyncUpdates branch June 22, 2016 01:09
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
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.

3 participants