node/lib/internal/fs
Livia Medeiros 5d8281e81d
fs: use signed types for stat data
This allows to support timestamps before 1970-01-01.
On Windows, it's not supported due to Y2038 issue.

PR-URL: https://github.com/nodejs/node/pull/43714
Fixes: https://github.com/nodejs/node/issues/43707
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-07-18 16:35:14 +01:00
..
cp fs: support copy of relative links with cp and cpSync 2022-02-15 12:14:04 +00:00
dir.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00
promises.js fs: use kEmptyObject 2022-06-11 12:18:13 +02:00
read_file_context.js fs: propagate abortsignal reason in new AbortSignal constructors 2021-12-02 12:14:13 -08:00
rimraf.js fs: fix rmsync error swallowing 2021-05-25 07:18:05 -07:00
streams.js fs: use kEmptyObject 2022-06-11 12:18:13 +02:00
sync_write_stream.js fs: use kEmptyObject 2022-06-11 12:18:13 +02:00
utils.js fs: use signed types for stat data 2022-07-18 16:35:14 +01:00
watchers.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00