Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 384 Bytes

perfect-pugs-smell.md

File metadata and controls

10 lines (8 loc) · 384 Bytes
nxjs-runtime
patch

Overhaul filesystem operations:

  • Added Switch.mkdirSync(), Switch.removeSync(), Switch.statSync()
  • Read operations return null for ENOENT, instead of throwing an error
  • Switch.remove() and Switch.removeSync() work with directories, and delete recursively
  • Switch.writeFileSync() creates parent directories recursively as needed