mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Updates the lock file resolution logic in ngcc to work with ESM output. The compiler-cli is now shipped in bundles, so the actual module resolution needs to stay to keep the lock file path consistent regardless of where the lock file code is bundled into. The ngcc integration test needs to be updated though since the `ngcc` entry-point will always reside in the `bundles/` directory now. It has been considered using the top-level `package.json` of the compiler-cli package, but that caused problems in tests down the line because the ngcc tests only have the `@angular/compiler-cli/ngcc/...` targets linked into the node modules. It's not worth changing this and reworking tests if ngcc is going away in the future anyway (+ it has been like that before!). PR Close #43431 |
||
|---|---|---|
| .. | ||
| src | ||
| debug-test.sh | ||
| mock-ngcc-version-marker.js | ||
| ngcc.config.js | ||
| package.json | ||
| test.sh | ||
| tsconfig-app.json | ||
| yarn.lock | ||