Files
angular/packages/upgrade
Martin Probst b9adcf9ebc refactor(upgrade): avoid mutable exports. (#34232) (#34960)
Previously, create_angular_testing_module would export a mutable `let`
binding. The binding is already exporting using an accessor function
though, so the export on the let variable seems like an accidental
oversight.

This is functionally equivalent, but makes it easier for module
optimizers such as Closure Compiler to track down side effects and prune
modules.

PR Close #34232

PR Close #34960
2020-01-24 15:55:11 -08:00
..