mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a6b7dbc1db
We were collecting all ES2022 files from entry-points (including transitive files). Those are later on combined and filtered so that we know which files to copy over to the package. There was no deduping here. This did not have an effect, but could be a source of slowness in `ng_package` and also breaks validation checks which could show same errors multiple times for the same file. PR Close #51500