-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Fix #50869, only cache calculated type for non-context sensitive parameters #50976
Fix #50869, only cache calculated type for non-context sensitive parameters #50976
Conversation
…tive parameters
@typescript-bot perf test this |
Heya @weswigham, I've started to run the perf test suite on this PR at 6287226. You can monitor the build here. Update: The results are in! |
@typescript-bot test this |
Heya @DanielRosenwasser, I've started to run the extended test suite on this PR at 6287226. You can monitor the build here. |
Heya @DanielRosenwasser, I've started to run the diff-based top-repos suite on this PR at 6287226. You can monitor the build here. Update: The results are in! |
Heya @DanielRosenwasser, I've started to run the diff-based user code test suite on this PR at 6287226. You can monitor the build here. Update: The results are in! |
@weswigham Here they are:
CompilerComparison Report - main..50976
System
Hosts
Scenarios
TSServerComparison Report - main..50976
System
Hosts
Scenarios
Developer Information: |
@typescript-bot test tsserver |
@DanielRosenwasser Here are the results of running the user test suite comparing Everything looks good! |
@DanielRosenwasser Here are the results of running the top-repos suite comparing Everything looks good! |
I wonder if this changes existing inference results - are there cases where, under let foo = function foo(paramA = {}) {
}; |
@typescript-bot pack this |
Heya @DanielRosenwasser, I've started to run the tarball bundle task on this PR at 1843e65. You can monitor the build here. |
Hey @DanielRosenwasser, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running |
Weird that the playground build didn't work. |
I guess as long as |
I'd feel better if we merged this early in the 5.0 release cycle. |
Fixes #50869