mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9064f4ecdb
This commit adds a new ngcc configuration, `ignorableDeepImportMatchers` for packages. This is a list of regular expressions matching deep imports that can be safely ignored from that package. Deep imports that are not ignored cause a warning to be logged. // FW-1892 Fixes #35615 PR Close #35683