mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The view engine language-service tests currently rely on the `npm_package` output that is built locally. They rely on the package output mostly for compiling test scenarios (with dependencies on e.g. forms), and for the testing the metadata extraction (testing proper suggestions for VE). The reliance on these packages becomes problematic with the new Angular Package Format v13 where no metadata files are shipped. To continue being able to test View Engine language-service compatibility, we will use the v12.x framework packages for some of the test scenarios. PR Close #43431 |
||
|---|---|---|
| .. | ||
| compliance | ||
| diagnostics | ||
| metadata | ||
| ngtsc | ||
| transformers | ||
| BUILD.bazel | ||
| extract_i18n_spec.ts | ||
| mocks.ts | ||
| ngc_spec.ts | ||
| perform_compile_spec.ts | ||
| perform_watch_spec.ts | ||
| test_support.ts | ||
| typescript_support_spec.ts | ||