mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
adbc27cac1
named as the values of the `TaskType` type. The Closure Compiler used at Google has a property renaming optimization that can change the property names when minifying code. Having the correct type helps the TSJS team that develops a tool to identfy property renaming issues directly in TypeScript. Signed-off-by: Costin Sin <sin.costinrobert@gmail.com> PR Close #51739