-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit b99e266
refactor(@angular/build): extract karma application builder into smaller modules
The main `application_builder.ts` file was becoming too large and difficult to navigate. This change extracts several logical components into their own dedicated files:
- Karma asset middleware
- Karma polyfills plugin
- Karma progress reporter
- Code coverage utilities
- Karma configuration helpers
- General utility functions
This improves the overall code structure, making it easier to understand, test, and maintain.1 parent 585eb89 commit b99e266
File tree
7 files changed
+552
-450
lines changed- packages/angular/build/src/builders/karma
7 files changed
+552
-450
lines changed
0 commit comments