fs: add Temporal.Instant support to Stats and BigIntStats
#76056
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-fs-stat-temporal.mjs#L64
--- stderr ---
node:internal/fs/utils:452
throw new ERR_NO_TEMPORAL();
^
Error [ERR_NO_TEMPORAL]: Node.js is not compiled with Temporal support
at instantFromTimeSpecMs (node:internal/fs/utils:452:11)
at Stats.get [as atimeInstant] (node:internal/fs/utils:524:34)
at runTest (file:///Users/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs:64:21)
at async file:///Users/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs:88:3 {
code: 'ERR_NO_TEMPORAL'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-fs-stat-temporal.mjs
|
|
sccache stats - test-macOS
46% - 2307 hits, 2671 misses, 0 errors
|