angular/packages/zone.js/lib/zone-spec
Doug Parker 54a1fe05df refactor(zone.js): fix fake async test by reading parentUnresolved symbol lazily (#53443)
As this was, `__symbol__` was being called as a static field initializer, which runs during module evaluation, meaning it happened at import time. However for tests, the Zone prefix is overridden which changes the result of `__symbol__`. This change happens too late to be picked up by `__symbol__` at top-level execution, so instead we defer it until `symbolParentUnresolved` is actually read.

PR Close #53443
2024-03-15 18:11:34 -07:00
..
async-test.ts refactor(zone.js): fix fake async test by reading parentUnresolved symbol lazily (#53443) 2024-03-15 18:11:34 -07:00
fake-async-test.ts refactor(zone.js): read patched timers after they are patched (#53443) 2024-03-15 18:11:34 -07:00
long-stack-trace.ts refactor(zone.js): wrap Zone.__load_patch calls in exported functions (#53443) 2024-03-15 18:11:33 -07:00
proxy.ts refactor(zone.js): extracts ProxyZoneSpec and exports it (#53443) 2024-03-15 18:11:34 -07:00
rollup-long-stack-trace.ts refactor(zone.js): update Zone bundles to call patch* functions (#53443) 2024-03-15 18:11:33 -07:00
rollup-proxy.ts refactor(zone.js): update Zone bundles to call patch* functions (#53443) 2024-03-15 18:11:33 -07:00
rollup-sync-test.ts refactor(zone.js): update Zone bundles to call patch* functions (#53443) 2024-03-15 18:11:33 -07:00
rollup-task-tracking.ts refactor(zone.js): update Zone bundles to call patch* functions (#53443) 2024-03-15 18:11:33 -07:00
rollup-wtf.ts refactor(zone.js): update Zone bundles to call patch* functions (#53443) 2024-03-15 18:11:33 -07:00
sync-test.ts refactor(zone.js): wrap Zone.__load_patch calls in exported functions (#53443) 2024-03-15 18:11:33 -07:00
task-tracking.ts refactor(zone.js): extracts TaskTrackingZoneSpec and exports it (#53443) 2024-03-15 18:11:34 -07:00
wtf.ts refactor(zone.js): wrap Zone.__load_patch calls in exported functions (#53443) 2024-03-15 18:11:33 -07:00