web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(deps): keep watchpack at 2.5.1
renovate/patch-npm-dependencies
11 minutes ago
fix(tree-shaking): handle nested pure function calls
fy/pure-functions-expression-nesting
12 minutes ago
feat(watcher): populate native watcher file/context time info entries The native watcher returned empty fileTimeInfoEntries / contextTimeInfoEntries maps (a TODO), unlike the watchpack path, so the native path was not at parity for snapshot/cache validation. Collect both maps in Rust (PathManager::collect_time_info, reusing the file_mtimes baseline and time_info::safe_time), thread them through the aggregate handler and napi, and assemble the JS Maps in NativeWatchFileSystem. A context directory's safeTime is the max of its own mtime and its descendant files' safe times (watchpack semantics); absent/removed paths read as null.
feat/native-watcher-time-info-entries
17 minutes ago
chore(deps): update dependency acorn to ^8.17.0 (#14407) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
20 minutes ago
fix(core): support watcher events on native WatchFileSystem (#11545) With experiments.nativeWatcher enabled, ts-checker-rspack-plugin's typecheck went stale because it reaches into watchpack-private APIs via watchFileSystem.watcher (on / _onChange / _onRemove), which NativeWatchFileSystem did not provide, so its change listeners never fired. - add standard on/once/emit (change/remove) to WatchFileSystem, implemented for both the native and node watch file systems - expose a watchpack-compatible `watcher` shim on NativeWatchFileSystem so an unmodified ts-checker keeps working under nativeWatcher - the native watcher now delivers per-file change/remove undelayed events - classify a watched path that no longer exists as `remove` instead of `change`, so deletions report `remove` on every platform (macOS FSEvents reports an unlink as a rename)
feat/native-watcher-watch-events
21 minutes ago
chore(deps): update pnpm to v11.6.0 (#14409) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
24 minutes ago
chore(deps): update dependency semver to ^7.8.4 (#14408) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
27 minutes ago
fix: fallback for ast dependency rendering
main-2e3
33 minutes ago
Latest Branches
CodSpeed Performance Gauge
+1%
fix(tree-shaking): handle nested pure function calls
#14375
2 days ago
8c6ac86
fy/pure-functions-expression-nesting
CodSpeed Performance Gauge
+2%
feat(watcher): populate native watcher file/context time info entries
#14411
27 minutes ago
b3566d9
feat/native-watcher-time-info-entries
CodSpeed Performance Gauge
-31%
refactor:refactor JS dependency rendering with AST
#14405
43 minutes ago
ce12fe8
main-2e3
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs