mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8151dd3cb6
Currently the TS generated output (not JIT), breaks at runtime because we emit all variables using the `Final` modifier. i.e. constants. This breaks shallow references when we run our acceptance signal tests using AOT.