-
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
[experiment] Make intersectionState a required parameter #57989
base: main
Are you sure you want to change the base?
Conversation
@typescript-bot test it |
@jakebailey Here are the results of running the user tests comparing Everything looks good! |
Hey @jakebailey, the results of running the DT tests are ready. Everything looks the same! |
@jakebailey Here they are:
tscComparison Report - baseline..pr
System info unknown
Hosts
Scenarios
Developer Information: |
@jakebailey Here are the results of running the top 400 repos comparing Something interesting changed - please have a look. Details
|
No baseline change but a top repos error; definitely need to pull that test in. |
@typescript-bot pack this |
Hey @jakebailey, I've packed this into an installable tgz. You can install it for testing by referencing it in your
and then running There is also a playground for this build and an npm module you can use via |
For posterity, the code from the break above: TS playground |
I still don't really understand this code to know if I actually introduced a good error, or am causing a bad one. |
Today that intersection state is "lost" here. With your change TS decides that it can't relate those in |
This is an old experiment in response to a continued stream of bugs related to intersection state not getting passed down.
No baselines change besides cases where we do more relations, but curious to run tests.