Files
TypeScript/tests/cases/fourslash
Nathan Shively-Sanders 0481d44501 Bad callsite inferences fall back to body usage (#28235)
For parameters, the infer-from-usage codefix uses a substantially
different codepath that previously only looked at call site uses. When
this resulted in no inferences, or bad inferences, for a single
parameter, the codefix would just use any. Only if no usages of a
function were found would the codefix use the body-inference
code.

This commit makes parameter inference fall back to body-inference code
for individual parameters when there is no inference or inference to
any.
2018-10-30 13:25:24 -07:00
..
2018-04-16 15:59:22 -07:00
2018-06-29 17:12:06 -07:00
2018-06-28 18:50:55 -07:00
2018-05-04 11:29:54 -07:00
2018-07-02 18:14:32 -10:00