angular/packages/core/schematics/utils/tsurge
Paul Gschwendtner 185b7801ee build: migrate packages/core/schematics to ts_project (#61420)
Migrates `packages/core/schematics` to `ts_project`. As part of this,
this commit cleans up some of the mixed module types and tsconfigs in
the folder. A single tsconfig (and it's test variant) are now used.

For the shipped schematics, we explicitly use the `.cjs` extension, so
that the bundles are properly recognized as CommonJS; even if they are
part of the `type: module` `@angular/core` package.

The `package.json` with `type: commonjs` is removed from
`packages/core/schematics` as it's no longer needed given the explicit
extension & caused issues as schematics are compiled with ESM but are
only later bundled for shipping & some tests as ESM.

PR Close #61420
2025-05-16 15:53:27 +00:00
..
beam_pipeline refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
executors refactor(migrations): support parallel tsurge metadata merging (#58280) 2024-10-25 18:47:41 +00:00
helpers build: migrate packages/core/schematics to ts_project (#61420) 2025-05-16 15:53:27 +00:00
test build: migrate packages/core/schematics to ts_project (#61420) 2025-05-16 15:53:27 +00:00
testing refactor(migrations): support parallel tsurge metadata merging (#58280) 2024-10-25 18:47:41 +00:00
base_migration.ts refactor(migrations): allow compiler options to be customized in tsurge (#59353) 2025-01-06 16:21:26 +00:00
BUILD.bazel build: migrate packages/core/schematics to ts_project (#61420) 2025-05-16 15:53:27 +00:00
index.ts refactor(migrations): support statistic tracking in tsurge migrations (#58019) 2024-10-01 11:28:59 +00:00
migration.ts refactor(migrations): support extra return info for TsurgeMigration#migrate (#58106) 2024-10-08 06:19:37 +00:00
program_info.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
project_paths.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
replacement.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00