Propagate nonInferrableType in &&, || and ?? operators#38035
Propagate nonInferrableType in &&, || and ?? operators#38035ahejlsberg merged 3 commits intomasterfrom
Conversation
|
@typescript-bot test this |
|
Heya @ahejlsberg, I've started to run the extended test suite on this PR at ade45ee. You can monitor the build here. |
|
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at ade45ee. You can monitor the build here. |
|
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at ade45ee. You can monitor the build here. |
|
The user suite test run you requested has finished and failed. I've opened a PR with the baseline diff from master. |
|
Tests all look clean (DT errors are preexisting conditions). |
|
Do ternaries also need a fix at all? They union two branches, and |
|
Thought about it some more and realized the real issue here is that |
|
@typescript-bot test this |
|
Heya @ahejlsberg, I've started to run the parallelized community code test suite on this PR at 96f45ff. You can monitor the build here. |
|
Heya @ahejlsberg, I've started to run the parallelized Definitely Typed test suite on this PR at 96f45ff. You can monitor the build here. |
|
Heya @ahejlsberg, I've started to run the extended test suite on this PR at 96f45ff. You can monitor the build here. |
In one of my experiments, I actually tried doing this specifically for |
Fixes #37974.