Files
node/lib/internal
Joyee Cheung 1e7645c39a fs: support BigInt in fs.*stat and fs.watchFile
Add the `bigint: true` option to all the `fs.*stat` methods and
`fs.watchFile`.

PR-URL: https://github.com/nodejs/node/pull/20220
Fixes: https://github.com/nodejs/node/issues/12115
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2018-06-07 22:05:23 +08:00
..
2018-05-18 15:25:38 +02:00
2018-06-03 16:24:31 +02:00
2018-06-06 19:44:15 +02:00
2018-06-06 19:43:56 +02:00
2017-11-16 15:42:46 -08:00
2018-06-06 19:43:52 +02:00
2018-04-29 16:52:46 +02:00
2018-05-18 15:25:38 +02:00
2018-03-30 19:41:41 -05:00
2018-05-18 15:25:41 +02:00
2018-03-30 14:20:40 +02:00
2018-06-06 19:43:52 +02:00
2018-02-16 18:09:56 +01:00
2018-05-18 15:31:57 +02:00
2018-05-18 15:25:41 +02:00
2018-05-18 15:25:39 +02:00
2018-05-03 14:47:17 +02:00
2018-06-06 19:44:15 +02:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.