angular-cn/packages/language-service/test
Keen Yee Liau ad4a9bf03f fix(language-service): Fix completions for input/output with alias (#28904)
This PR fixes a bug in autocompletion for @Input/@Output decorator with
an alias. The current implementation ignores the alias.

Credit for this work is attributed to @edgardmessias
The original work fixed the bug, but was lacking test.

PR Close #27959

PR Close #28904
2019-02-22 12:02:18 -08:00
..
BUILD.bazel build: remove ivy JIT mode (#26863) 2018-11-02 15:44:05 -07:00
completions_spec.ts fix(language-service): Fix completions for input/output with alias (#28904) 2019-02-22 12:02:18 -08:00
definitions_spec.ts fix(language-service): Update types for TypeScript nullability support 2017-04-12 11:36:19 -07:00
diagnostics_spec.ts fix(compiler-cli): create LiteralLikeNode for String and Number literal (#27536) 2018-12-18 13:20:01 -08:00
hover_spec.ts fix(language-service): do not crash when hovering over a label definitions (#17974) 2017-07-07 08:46:18 -07:00
html_info_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
language_service_spec.ts fix(language-service): spell diagnostics correctly (#21812) 2018-01-26 14:49:23 -08:00
reflector_host_spec.ts fix(language-service): ensure correct paths are passed to TypeScript (#21812) 2018-01-26 14:49:23 -08:00
template_references_spec.ts feat: add TypeScript 3 support (#25275) 2018-08-27 21:07:53 -04:00
test_data.ts fix(language-service): Fix completions for input/output with alias (#28904) 2019-02-22 12:02:18 -08:00
test_utils.ts build: remove unused "test.sh" leftover code in language-service (#28352) 2019-02-05 14:31:10 -05:00
ts_plugin_spec.ts feat: add TypeScript 3 support (#25275) 2018-08-27 21:07:53 -04:00
typescript_host_spec.ts fix(language-service): Clear caches when program changes (#21337) 2018-01-12 14:43:01 -08:00