angular-docs-cn/packages/language-service/ivy/test
Andrew Scott 7d74853a1d fix(language-service): Support completions of two-way bindings (#40185)
This commit adds special handling to the completion builder by detecting
a two way binding context and ensuring that we filter out any `Input`s
that do not support two way binding.

PR Close #40185
2021-01-07 13:18:38 -08:00
..
legacy fix(language-service): Support 'go to definition' for two-way bindings (#40185) 2021-01-07 13:18:38 -08:00
BUILD.bazel test(language-service): introduce new virtual testing environment (#39594) 2020-11-17 11:59:56 -08: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 fix(language-service): force compileNonExportedClasses: false in LS (#40092) 2020-12-14 10:09:21 -08:00
completions_spec.ts fix(language-service): Support completions of two-way bindings (#40185) 2021-01-07 13:18:38 -08:00
definitions_spec.ts refactor(compiler-cli): Return symbols for all matching outputs (#40144) 2021-01-06 13:53:46 -08:00
diagnostic_spec.ts refactor(compiler-cli): move template parse errors to TemplateData (#40026) 2020-12-15 13:30:52 -08:00
env.ts fix(compiler-cli): correct incremental behavior even with broken imports (#39923) 2020-12-03 13:42:13 -08:00
mock_host.ts test(language-service): introduce new virtual testing environment (#39594) 2020-11-17 11:59:56 -08:00
quick_info_spec.ts refactor(compiler-cli): Enable pipe information when checkTypeOfPipes=false (#39555) 2020-12-11 16:19:15 -08:00
references_spec.ts fix(language-service): Support 'find references' for two-way bindings (#40185) 2021-01-07 13:18:38 -08:00
test_utils.ts refactor(compiler-cli): Return symbols for all matching inputs (#40144) 2021-01-06 13:53:46 -08:00
type_definitions_spec.ts refactor(compiler-cli): Enable pipe information when checkTypeOfPipes=false (#39555) 2020-12-11 16:19:15 -08:00