angular/packages/compiler-cli/test/compliance/partial
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
..
BUILD.bazel build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
cli.ts build: remove unused debugging leftover from RBE investigation (#61181) 2025-05-09 15:59:46 +00:00
generate_golden_partial.ts build: improve partial compliance golden generation and add debug logging (#60427) 2025-03-18 07:10:43 +00:00
partial_compliance_goldens.bzl build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00