angular/packages/upgrade/static/testing
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
..
src refactor(upgrade): avoid mutable exports. (#34232) (#34960) 2020-01-24 15:55:11 -08:00
test test: setup circular dependency tests for all entry points (#34774) 2020-01-23 11:36:41 -08:00
BUILD.bazel feat(upgrade): provide unit test helpers for wiring up injectors (#16848) 2019-06-20 17:04:01 -07:00
index.ts feat(upgrade): provide unit test helpers for wiring up injectors (#16848) 2019-06-20 17:04:01 -07:00
package.json feat(upgrade): provide unit test helpers for wiring up injectors (#16848) 2019-06-20 17:04:01 -07:00
PACKAGE.md docs: add api doc to sub-packages (#33801) 2019-11-20 14:48:50 -08:00
public_api.ts feat(upgrade): provide unit test helpers for wiring up injectors (#16848) 2019-06-20 17:04:01 -07:00