SIGN IN SIGN UP

refactor(@angular-devkit/core): remove usage of custom deepCopy and deprecate it (#33051)

The custom deepCopy function in @angular-devkit/core is no longer used internally in this package after replacing its usage in registry.ts with the native structuredClone. The function is now marked as deprecated to encourage consumers to migrate to structuredClone, which is supported in modern Node.js versions.

PR Close #33051
C
Charles Lyding committed
fe6a5d2dbef2e6070e094a603fc6fefc5586e54f
Parent: ba7dd2f
Committed by Doug Parker <dgp1130@users.noreply.github.com> on 4/27/2026, 3:40:40 PM