angular/packages/compiler-cli
Paul Gschwendtner b7c5645f05 build: migrate packages/compiler-cli to ts_project (#61826)
This commit migrates the remaining pieces of `compiler-cli` to
`ts_project`. This involves a few more things during migration:

- the `ng_module` ngc_wrapped rule broke as part of this change, so we
  switched it to `ts_project` too. This logic is soon gone anyway.

- we needed an extra pnpm "package.json" for the linker babel test. This test is
  loading from the real compiler-cli npm package. Babel needs a real
  node module for this, so this solution seems reasonable. It may be
  worth exploring in the future to move this test into an integration
  test though.

- the older integrationtest in compiler-cli is removed as the coverage
  is much better with the compliance test suite and this test.

PR Close #61826
2025-06-03 11:41:52 +02:00
..
linker build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
private build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
src fix(compiler): move defer trigger assertions out of parser (#61747) 2025-05-30 13:44:58 -04:00
test build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
BUILD.bazel build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
esbuild.config.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
index.ts refactor(compiler-cli): export type used by migrations (#61697) 2025-05-30 09:50:58 -04:00
package.json build: ensure compiler is properly picked up as runtime dep of compiler-cli (#61566) 2025-05-29 14:39:11 -04:00
tsconfig-test.json build: prepare for compiler-cli to be using ts_project (#61181) 2025-05-09 15:59:46 +00:00
tsconfig.json build: prepare for compiler-cli to be using ts_project (#61181) 2025-05-09 15:59:46 +00:00