-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 awaited type for await #45701
Use awaited type for await #45701
Conversation
@typescript-bot perf test |
Heya @rbuckton, I've started to run the perf test suite on this PR at 5bdae61. You can monitor the build here. Update: The results are in! |
Heya @rbuckton, I've started to run the inline community code test suite on this PR at 5bdae61. You can monitor the build here. Update: The results are in! |
@rbuckton |
@rbuckton Here they are:Comparison Report - main..45701
System
Hosts
Scenarios
Developer Information: |
Well, it looks like this had no noticeable impact on RWC and user tests, so maybe this isn't as breaking as I first assumed. I may merge this into the main PR. |
Merged into #45350 |
This is a follow-up to #45350 that investigates having
await
result in anAwaited<T>
of the expression.