| migrate Angular Linker to oxc-parser and magic-string
|
| Support splitting browser and server stats jsonfiles for easier consumption
|
| add automatic corruption recovery in SQLite cache store
|
| avoid pure comment pattern in oxc transform
|
| default preloadInitial to false when serviceWorker is enabled
|
| disable linker internal source mapping in OXC linker
|
| disable root config extension for inline test project
|
| ensure chokidar watcher is ready before returning
|
| ensure parent directory exists in SQLite cache store
|
| execute setup file hooks for each spec file when coverage is enabled
|
| include inline component stylesheets in referenced watch files
|
| only compile included test files in unit-test builder
|
| pass load cache to compiler plugin and escape extension regex in polyfills
|
| preserve duplicate bundle filenames across output file types
|
| prevent memory leaks in parallel compilation and caches
|
| prevent stale bundler caching and correctly resolve load cache
|
| prevent syntax corruption in linker and oxc transform
|
| recursively ignore output and cache paths in watch mode
|
| scope Sass package resolution caching for stylesheets in node_modules
|
| support parenthesized expressions in oxc linker
|
| use chokidar watcher when followSymlinks is enabled
|
| avoid encoding intermediate source maps before remapping
|
| bypass worker dispatch for files without transform candidates
|
| consolidate component stylesheet bundling with shared load result cache
|
| decouple diagnostic type checking from build start
|
| implement SharedArrayBuffer translation dictionaries for zero-copy worker access
|
| implement sliding-window batching and worker translation eviction
|
| key Sass package resolutions without containing URL qualification
|
| only reset Sass worker pool caches when stylesheet files change
|
| optimize sourcemap stripping and loading with buffer fast path
|
| reduce watcher debounce latency for faster incremental rebuilds
|
| replace watchpack with @parcel/watcher and chokidar
|
| selectively compress large entries in SQLite cache store
|
| share sass directory and resolution caches across stylesheets
|
| unify Oxc linking and optimization AST traversal passes
|
| use iterative post-order AST traversal for OXC transforms
|
| use native sass-embedded compiler daemon
|
| use size-weighted task heuristics in i18n inliner
|
| verify cache metadata before reading file and eliminate sqlite read-locks
|
| deprecate splitting option in unit-test builder
|