Uh oh!
There was an error while loading. Please reload this page.
Instantiate contextual types for return expressions - #32386
Conversation
Anders Hejlsberg (ahejlsberg)
commented
Jul 13, 2019
TypeScript Bot (@typescript-bot) run dt |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the parallelized Definitely Typed test suite on this PR at 6f637b0. You can monitor the build here. It should now contribute to this PR's status checks. |
Heya Anders Hejlsberg (@ahejlsberg), I've started to run the extended test suite on this PR at 6f637b0. You can monitor the build here. It should now contribute to this PR's status checks. |
Anders Hejlsberg (ahejlsberg)
commented
Jul 14, 2019
DT test failures look like preexisting conditions unrelated to this PR. RWC tests have one failure that boils down to this: declarefunctionfoo<T>(x: T|Promise<T>): void;declareletb: false|Promise<true>;foo(b);// ErrorWe fail to infer |
Anders Hejlsberg (ahejlsberg)
commented
Jul 24, 2019
Verified that there are no differences in RWC tests between this and the master branch. |
Anders Hejlsberg (ahejlsberg)
commented
Jul 24, 2019
So, now that #32460 is in and RWC is clean, I'm going to merge this. |
Fixes#32349.