angular/devtools/tools
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
..
esbuild build: prepare for compiler-cli to be using ts_project (#61181) 2025-05-09 15:59:46 +00:00
linking build: migrate packages/compiler-cli to ts_project (#61826) 2025-06-03 11:41:52 +02:00
BUILD.bazel build: fix linking of cdk/material in devtools and simplify code (#60516) 2025-03-21 14:37:56 -07:00
defaults.bzl refactor: simplify devtools setup given recent ESM changes (#48521) 2022-12-19 19:50:44 +00:00
ng_project.bzl build: migrate devtools to use ng-project (#61317) 2025-05-14 08:51:20 -07:00
typescript.bzl build: rename devtools ts_library to ts_project (#61317) 2025-05-14 08:51:21 -07:00