angular-cn/packages/language-service/test/project/app
Keen Yee Liau 6280cf95b4 fix(language-service): Improve signature selection by finding exact match (#37494)
The function signature selection algorithm is totally naive. It'd
unconditionally pick the first signature if there are multiple
overloads. This commit improves the algorithm by returning an exact
match if one exists.

PR Close #37494
2020-06-08 17:23:12 -07:00
..
app.component.ts test(language-service): Remove all markers from test project (#37475) 2020-06-08 10:25:42 -07:00
main.ts fix(language-service): Improve signature selection by finding exact match (#37494) 2020-06-08 17:23:12 -07:00
parsing-cases.ts fix(language-service): Improve signature selection by finding exact match (#37494) 2020-06-08 17:23:12 -07:00
test.css test(language-service): Create proper test project (#32653) 2019-09-18 13:07:01 -07:00
test.ng test(language-service): Remove all markers from test project (#37475) 2020-06-08 10:25:42 -07:00