mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
03339d5f94
We change the `enum` to a plain `const` to eliminate extra bytes, as `enum` is not really required. We might not be able to switch to `const enum` due to single-file compilation restrictions. PR Close #59469