mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| all-migrations.spec.ts | ||
| BUILD.bazel | ||
| cleanup_unused_imports_migration_spec.ts | ||
| control_flow_migration_spec.ts | ||
| explicit_standalone_flag_spec.ts | ||
| helpers.ts | ||
| inject_migration_spec.ts | ||
| output_migration_spec.ts | ||
| pending_tasks_spec.ts | ||
| project_tsconfig_paths_spec.ts | ||
| provide_initializer_spec.ts | ||
| queries_migration_spec.ts | ||
| self_closing_tags_migration_spec.ts | ||
| signal_input_migration_spec.ts | ||
| signals_migration_spec.ts | ||
| standalone_migration_spec.ts | ||
| standalone_routes_spec.ts | ||