mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
While `TaskTrackingZoneSpec` was implicitly global previously, it does not need to be exposed in a `declare global {}` block. This is because classic scripts in TypeScript are only implicitly global within the same compilation. `TaskTrackingZoneSpec` was not exposed in the existing `.d.ts` files shipped with the `zone.js` package. Within google3, this is also a separate compilation and was not accessible. As a result, `TaskTrackingZoneSpec` was always private and we do not need a global to maintain compatibility.
PR Close #53443
|
||
|---|---|---|
| .. | ||
| clock-tests | ||
| async-test.spec.ts | ||
| fake-async-test.spec.ts | ||
| long-stack-trace-zone.spec.ts | ||
| proxy.spec.ts | ||
| sync-test.spec.ts | ||
| task-tracking.spec.ts | ||