You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(@angular-devkit/build-angular): remove as any usage in karma builder
Refactor the Karma builder's `execute` function to directly handle dynamic
imports within conditional blocks. This eliminates the need for `getExecuteWithBuilder`
and the resulting union types that required `as any` casting.
This improves type safety by allowing TypeScript to verify the arguments passed
to the specific builder implementations (Esbuild vs Webpack).
0 commit comments