angular/packages/compiler-cli/integrationtest
Paul Gschwendtner c9415e4d75 build: ensure bootstrap transitive runfiles are made available (#48521)
Since we generate a `.mjs` file as entry-point for jasmine tests,
a couple of issues prevented the transitive dependencies from
bootstrap targets to be brought in (causing resolution errors):

1. The `_files` (previously `_esm2015`) targets are no longer needed,
   and they also miss all the information on runfiles.
2. The aspect for computing linker mappings does not respect the
   `bootstrap` attribute from the `spec_entrypoint` so we manually
   add the extract ESM output targets (this rule works with the aspect
   and forwards linker mappings).

PR Close #48521
2022-12-19 19:50:41 +00:00
..
bazel build: ensure bootstrap transitive runfiles are made available (#48521) 2022-12-19 19:50:41 +00:00
flat_module refactor(compiler-cli): remove enableIvy options (#47346) 2022-09-06 11:33:48 -07:00
ngtools_src refactor(compiler-cli): remove enableIvy options (#47346) 2022-09-06 11:33:48 -07:00
src feat(core): alias createNgModuleRef as createNgModule (#46789) 2022-07-12 16:11:41 +00:00
test refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00
third_party_src refactor(compiler-cli): remove enableIvy options (#47346) 2022-09-06 11:33:48 -07:00
BUILD.bazel test: remove view-engine-only tests (#43884) 2021-11-23 21:10:06 +00:00
package.json test(compiler-cli): fix integration test failing on windows due to missing runfile symlinking (#43431) 2021-10-01 18:28:46 +00:00
test.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
test_helpers.js test: update source-map tests to account for source-map breaking change (#46888) 2022-07-19 09:40:54 -07:00
tsconfig-build.json refactor(compiler-cli): remove enableIvy options (#47346) 2022-09-06 11:33:48 -07:00
tsconfig-xi18n.json refactor(compiler-cli): remove enableIvy options (#47346) 2022-09-06 11:33:48 -07:00