angular/devtools/tools/linking
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: rename devtools ts_library to ts_project (#61317) 2025-05-14 08:51:21 -07:00
index.bzl build: fix linking of cdk/material in devtools and simplify code (#60516) 2025-03-21 14:37:56 -07:00
index.mjs build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
linker_mapping.bzl build: fix linking of cdk/material in devtools and simplify code (#60516) 2025-03-21 14:37:56 -07:00