Files
node/lib
Joyee Cheung b245257b70 fs: add *timeNs properties to BigInt Stats objects
- Extend the aliased buffer for stats objects to contain
  the entire time spec (seconds and nanoseconds) for the time
  values instead of calculating the milliseconds in C++ and
  lose precision there.
- Calculate the nanosecond-precision time values in JS and expose
  them in BigInt Stats objects as `*timeNs`. The
  millisecond-precision values are now calculated from the
  nanosecond-precision values.

PR-URL: https://github.com/nodejs/node/pull/21387
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
2019-06-14 03:24:41 +08:00
..
2019-04-30 06:37:55 -07:00
2019-06-10 09:14:13 -07:00
2018-11-20 10:42:31 -08:00
2019-06-04 06:02:58 +02:00
2019-04-18 05:32:10 +02:00
2019-04-29 20:46:53 +08:00
2019-05-20 11:09:02 +02:00