angular/devtools/projects/ng-devtools-backend/src
Aleksander Bodurri 84d757446b refactor(devtools): use WeakRef in idToInjector map for injector cleanup
Replace the manual injectorsSeen cleanup mechanism with WeakRef and FinalizationRegistry. The old approach worked but coupled cleanup to the UI change detection and required tracking seen injectors across traversal. WeakRef lets the browser handle this naturally, removing the injectorsSeen set and the manual cleanup loop.
2026-05-12 11:37:07 -07:00
..
lib refactor(devtools): use WeakRef in idToInjector map for injector cleanup 2026-05-12 11:37:07 -07:00
BUILD.bazel build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
public-api.ts fix(devtools): fix some build errors from g3 typescript (#62412) 2025-07-11 10:35:22 -07:00