angular-cn/packages/language-service/ivy/test
Andrew Scott 1be5d659a5 fix(language-service): fully de-duplicate reference and rename results (#40523)
Rather than de-duplicating results as we build them, a final de-duplication can be done at the end.
This way, there's no forgetting to de-duplicate results at some level.

Prior to this commit, results from template locations that mapped to
multiple different typescript locations would not be de-duplicated (e.g.
an input binding that is bound to two separate directives).

PR Close #40523
2021-05-06 17:54:14 -04:00
..
legacy refactor(language-service): specifically identify empty argument positions (#41581) 2021-04-13 12:39:17 -07:00
BUILD.bazel fix(language-service): show suggestion when type inference is suboptimal (#41072) 2021-03-23 09:39:19 -07:00
adapters_spec.ts fix(language-service): LSParseConfigHost.resolve should not concat abs paths (#40242) 2021-01-06 10:54:40 -08:00
compiler_spec.ts test(language-service): Add test to expose bug caused by source file change (#41500) 2021-04-09 12:22:31 -07:00
completions_spec.ts fix(compiler-cli): autocomplete literal types in templates. (#41456) (#41645) 2021-04-16 08:54:27 -07:00
definitions_spec.ts refactor(compiler-cli): Adjust generated TCB when checkTypeOfPipes is false (#40523) 2021-05-06 17:54:14 -04:00
diagnostic_spec.ts fix(language-service): resolve to the pre-compiled style when compiled css url is provided (#41538) 2021-04-14 09:15:00 -07:00
gettcb_spec.ts refactor(language-service): migrate gettcb_spec to new testing package (#40966) 2021-02-24 08:54:34 -08:00
quick_info_spec.ts refactor(compiler-cli): Adjust generated TCB when checkTypeOfPipes is false (#40523) 2021-05-06 17:54:14 -04:00
references_and_rename_spec.ts fix(language-service): fully de-duplicate reference and rename results (#40523) 2021-05-06 17:54:14 -04:00
signature_help_spec.ts feat(language-service): implement signature help (#41581) 2021-04-13 12:39:17 -07:00
ts_utils_spec.ts refactor(compiler-cli): Adjust generated TCB when checkTypeOfPipes is false (#40523) 2021-05-06 17:54:14 -04:00
type_definitions_spec.ts refactor(compiler-cli): Adjust generated TCB when checkTypeOfPipes is false (#40523) 2021-05-06 17:54:14 -04:00