angular-cn/packages/language-service/ivy
Keen Yee Liau cfe424e875 refactor(language-service): [Ivy] remove temporary compiler (#38310)
Now that Ivy compiler has a proper `TemplateTypeChecker` interface
(see https://github.com/angular/angular/pull/38105) we no longer need to
keep the temporary compiler implementation.

The temporary compiler was created to enable testing infrastructure to
be developed for the Ivy language service.

This commit removes the whole `ivy/compiler` directory and moves two
functions `createTypeCheckingProgramStrategy` and
`getOrCreateTypeCheckScriptInfo` to the `LanguageService` class.

Also re-enable the Ivy LS test since it's no longer blocking development.

PR Close #38310
2020-08-17 11:30:33 -07:00
..
test refactor(language-service): [Ivy] remove temporary compiler (#38310) 2020-08-17 11:30:33 -07:00
BUILD.bazel refactor(language-service): [Ivy] remove temporary compiler (#38310) 2020-08-17 11:30:33 -07:00
language_service.ts refactor(language-service): [Ivy] remove temporary compiler (#38310) 2020-08-17 11:30:33 -07:00
ts_plugin.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00