0.12.2
Pre-release
Pre-release
File.readSync
now updatesatime
correctly- Calls to
File.sync
andFile.syncSync
no longer check for sync flag - Implemented
StatsCommon
methods:isSocket
,isBlockDevice
,isCharacterDevice
,isFIFO
- Changed
StatsCommon.blocks
to a getter - Streamlined
StatsCommon
constructor - Fixed
StatsCommon.*timeNs
being incorrect - Removed
Stats.clone
andBigintStats.clone
- Implemented
statsfs
- Inlined
wrap
in sync.ts_openSync
now only resolves the fs and such once, which improves performance
- Streamlined
_open
(+*Sync
)