Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(upgrade): avoid mutable exports. (angular#34232)
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 angular#34232
- Loading branch information