-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Revert 'awaited' type #37610
Revert 'awaited' type #37610
Conversation
@typescript-bot perf test |
Heya @rbuckton, I've started to run the perf test suite on this PR at a638aa8. You can monitor the build here. Update: The results are in! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me.
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
@rbuckton Here they are:Comparison Report - master..37610
System
Hosts
Scenarios
|
I found a few more stragglers, will update shortly. |
a638aa8
to
28946c3
Compare
@typescript-bot run dt |
28946c3
to
5017cb8
Compare
@typescript-bot run dt |
|
@typescript-bot cherry-pick this to release-3.9 |
Component commits: 5017cb8 Revert 'awaited' type
Component commits: 5017cb8 Revert 'awaited' type Co-authored-by: Ron Buckton <rbuckton@microsoft.com>
oops... I was relying on this solution because I have a |
The new
awaited
type is currently causing too many breaks to be considered stable for TS 3.9. This PR reverts theawaited
type for this release while we continue to investigate the impact of the change.Closes #37511
Closes #37512
Closes #37526
Closes #37528
Closes #37534
Closes #37551
Closes #37556
Closes #37564
Closes #37566
Closes #37567
Closes #37572
Closes #37592
Closes #37602
Closes #37603