angular-cn/packages/compiler-cli/ngcc/test/writing
Pete Bacon Darwin 2bfddcf29f feat(ngcc): automatically clean outdated ngcc artifacts (#35079)
If ngcc gets updated to a new version then the artifacts
left in packages that were processed by the previous
version are possibly invalid.

Previously we just errored if we found packages that
had already been processed by an outdated version.

Now we automatically clean the packages that have
outdated artifacts so that they can be reprocessed
correctly with the current ngcc version.

Fixes #35082

PR Close #35079
2020-01-31 17:02:44 -08:00
..
cleaning feat(ngcc): automatically clean outdated ngcc artifacts (#35079) 2020-01-31 17:02:44 -08:00
in_place_file_writer_spec.ts refactor(ivy): ngcc - remove redundant `entryPoint` argument from `writeBundle()` (#32052) 2019-08-08 11:14:38 -07:00
new_entry_point_file_writer_spec.ts refactor(ngcc): abstract updating `package.json` files behind an interface (#32427) 2019-09-09 15:55:13 -04:00
package_json_updater_spec.ts fix(ngcc): update `package.json` deterministically (#34870) 2020-01-23 10:16:35 -08:00