mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
03d8e317c4
Currently the `getInheritedFactory` function is implemented to allow closure to remove the call if the base factory is unused. However, this method does not work with terser. By adding the PURE annotation, terser will also be able to remove the call when unused. PR Close #38291