main
fix(@angular/build): return direct file contents for non-Angular TypeScript files
refactor(@angular/build): use xxhash-wasm for fast non-cryptographic content hashing
fix(@angular/build): auto-inject localize/init in library unit tests
refactor(@angular/build): eliminate circular dependencies in bundler context
refactor(@angular/build): remove unnecessary realpath resolution for workspace root
fix(@angular/build): prevent build process hang on unhandled error (#33715)
refactor(@angular/build): add NG_BUILD_CACHE_STORE environment variable support
fix(@angular/build): prevent concurrent stylesheet bundling esbuild context leaks
refactor: replace `critters` with `beasties`
fix(@angular/build): include component test metadata in development builds
fix(@angular/build): exclude all entrypoints of a library from prebundling
build: update dependency magic-string to v1
refactor(@angular/build): use the `toPosixPath` util to convert windows file
perf(@angular/build): avoid encoding the inline source map before remapping
test(@angular/build): add additional unit tests for the i18n inliner
fix(@angular/build): prevent externalizing builder-injected i18n locale data
feat(@angular/build): subresource integrity validation for dynamically loaded modules
refactor(@angular/build): pre-warm transformer worker pool and pass static options via workerData
refactor(@angular/build): bypass worker dispatch for non-Angular files with byte-level linker pre-check
fix(@angular/build): support case-insensitive and alternative license file names
feat(@angular/build): add built-in SQLite cache store fallback
fix(@angular/build): retain watch files on error in load result cache
feat(@angular/build): add dataurl, base64 loaders
test(@angular/build): ensure hash init in persistent load cache tests
fix(@angular/build): aggregate parallel worker performance timings on the main thread
refactor(@angular/cli): update aio links -> adev links
docs: replace `@note` with `@remarks`
perf(@angular/build): batch last_accessed updates in sqlite cache store
fix(@angular/build): return only lowest version per target engine
refactor: Add `lines-around-comment` rule
fix(@angular/build): use `sha256` instead of `sha-256` as hash algorithm name
feat(@angular/build): support WASM/ES Module integration proposal
fix(@angular/build): recursively ignore output and cache paths in watch mode