angular/devtools/projects
AleksanderBodurri 32ed78bcbe fix(devtools): optimize object sanitization logic (#64234)
Previously this would take ~3500ms adev.

This updated logic avoids the constant JSON.stringify implementation and instead checks for serializable values directly.

After this change this code path for adev takes less than 20ms.

(Benchmarks taken on an M1 Macbook Pro)

PR Close #64234
2025-10-06 15:00:19 -04:00
..
demo-no-zone build: drop usage of pkg_web (#62990) 2025-08-05 10:08:47 +02:00
ng-devtools refactor(devtools): visual separation between directives in the property tab (#64222) 2025-10-03 15:05:50 +00:00
ng-devtools-backend fix(devtools): optimize object sanitization logic (#64234) 2025-10-06 15:00:19 -04:00
protocol feat(devtools): Add possibility to log directive instances and their prop values (#64143) 2025-09-30 10:30:58 -04:00
shared-utils build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
shell-browser refactor(devtools): themed devtool tab icons for firefox (#64122) 2025-09-29 09:31:03 -04:00