angular/packages/core
Andrew Scott b8c0084c50 refactor(core): Update coalescing to just use patched timers in root zone (#55366)
Rather than attempting to use the native timing functions, this commit
simplifies the logic significantly by using the global timer functions
as they are, either patched or unpatched. When Zone is defined, we run
the timers in the root zone. This has more predictable behavior and
timing than (a) using both patched and unpatched versions of timers in
different places (b) trying to get an unpatched timer and failing due to
environment specifics and patches that aren't ZoneJS.

PR Close #55366
2024-05-02 14:43:10 -07:00
..
global docs(docs-infra): Add missing API entries to ADEV (#54530) 2024-02-21 16:41:33 +00:00
primitives refactor(core): Turn off JSNAMESPACE_SUPPORT by default (#55598) 2024-05-02 12:34:24 -07:00
reference-manifests build: add target to generate api manifest (#52472) 2023-11-02 11:00:59 -07:00
rxjs-interop refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
schematics refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:21 -07:00
src refactor(core): Update coalescing to just use patched timers in root zone (#55366) 2024-05-02 14:43:10 -07:00
test refactor(core): Remove jsaction from element after handling the event. (#55549) 2024-05-02 11:04:59 -07:00
testing refactor(core): mark @defer APIs as stable (#55625) 2024-05-02 14:42:00 -07:00
BUILD.bazel refactor(core): Replay events from the event contract using the dispatcher. (#55467) 2024-04-23 16:08:36 -07:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00:00
package.json build: make JSA contract binary accessible (#55361) 2024-04-17 10:37:31 +02:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00