Changelog

nodejs/node · · 5 commits

Temporal lands in fs stats

Node.js adds Temporal.Instant support to fs stats, with docs and error updates plus a few test and benchmark fixes.

fs stats gain Temporal.Instant support (LiviaMedeiros4ee7567)

fs.Stats and fs.BigIntStats now expose *Instant fields backed by Temporal.Instant, alongside the existing Date-based timestamps. The docs and error messaging were updated accordingly, and the new behavior is covered by dedicated tests; this is a meaningful API expansion for users adopting Temporal.

Other misc changes

  • Watch-mode inspector test made less flaky by removing the restart race (mcollinaf2aaf63)
  • Test runner deserializer fixed to avoid hanging on incomplete V8 frames (thisalihassandebe2ed)
  • Stream/iter broadcast benchmark updated to respect backpressure (trivikr3b19867)
  • Windows build docs added manual Rust toolchain install steps (MikeMcC399155268f)