mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| async-test.ts | ||
| fake-async-test.ts | ||
| long-stack-trace.ts | ||
| proxy.ts | ||
| rollup-long-stack-trace.ts | ||
| rollup-proxy.ts | ||
| rollup-sync-test.ts | ||
| rollup-task-tracking.ts | ||
| rollup-wtf.ts | ||
| sync-test.ts | ||
| task-tracking.ts | ||
| wtf.ts | ||