mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
20724e64d9
The static fields may be part of advanced compilations where the receiver would change as part of the static field collapsing optimization. The optimization requires us to use the explicit class name, over `this` that would change to e.g. `globalThis`. PR Close #62493