Skip to content

Commit

Permalink
test: delete integration test for language service plugin (#41740)
Browse files Browse the repository at this point in the history
This commit deletes the integration test for `@angular/language-service`
as a plugin to the standard tsserver.

In version 12, Ivy LS will replace legacy View Engine LS as the default,
and Ivy LS plugin cannot be loaded via `tsconfig.json` due to the need to
run ngcc. This makes the test irrelevant.

PR Close #41740
  • Loading branch information
kyliau authored and thePunderWoman committed Apr 23, 2021
1 parent 98fc4f4 commit a0a373b
Show file tree
Hide file tree
Showing 26 changed files with 0 additions and 1,052 deletions.
3 changes: 0 additions & 3 deletions .bazelignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ integration/hello_world__systemjs_umd/node_modules
integration/i18n/node_modules
integration/injectable-def/node_modules
integration/ivy-i18n/node_modules
integration/language_service_plugin/node_modules
integration/ng_elements/node_modules
integration/ng_elements_schematics/node_modules
integration/ng_update/node_modules
Expand All @@ -56,7 +55,6 @@ integration/hello_world__systemjs_umd/.yarn_local_cache
integration/i18n/.yarn_local_cache
integration/injectable-def/.yarn_local_cache
integration/ivy-i18n/.yarn_local_cache
integration/language_service_plugin/.yarn_local_cache
integration/ng_elements/.yarn_local_cache
integration/ng_elements_schematics/.yarn_local_cache
integration/ng_update/.yarn_local_cache
Expand All @@ -83,7 +81,6 @@ integration/hello_world__systemjs_umd/NPM_PACKAGE_MANIFEST.json
integration/i18n/NPM_PACKAGE_MANIFEST.json
integration/injectable-def/NPM_PACKAGE_MANIFEST.json
integration/ivy-i18n/NPM_PACKAGE_MANIFEST.json
integration/language_service_plugin/NPM_PACKAGE_MANIFEST.json
integration/ng_elements/NPM_PACKAGE_MANIFEST.json
integration/ng_elements_schematics/NPM_PACKAGE_MANIFEST.json
integration/ng_update/NPM_PACKAGE_MANIFEST.json
Expand Down
1 change: 0 additions & 1 deletion integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ INTEGRATION_TESTS = {
"injectable-def": {"tags": ["no-ivy-aot"]},
"ivy-i18n": {"tags": ["ivy-only"]},
"trusted-types": {"tags": ["ivy-only"]},
"language_service_plugin": {},
"ng_elements": {"tags": ["no-ivy-aot"]},
"ng_elements_schematics": {"tags": ["ivy-only"]},
"ng_update": {},
Expand Down
3 changes: 0 additions & 3 deletions integration/language_service_plugin/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions integration/language_service_plugin/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions integration/language_service_plugin/generate.ts

This file was deleted.

This file was deleted.

293 changes: 0 additions & 293 deletions integration/language_service_plugin/goldens/completionInfo.json

This file was deleted.

Loading

0 comments on commit a0a373b

Please sign in to comment.