streamich/memfs

Tracking issue of missing features

Mesteery opened this issue · 4 comments

  • #734
  • #733
  • realpath.native
  • cp
  • cpSync
  • promises.cp
  • readv #946
  • writev #946
  • readvSync #946
  • writevSync #946
  • rm #754
  • rmSync #754
  • promises.rm #754
  • Dir
  • promises.watch
  • FileHandle#writev
  • FileHandle#readv
  • FileHandle#sync
  • FileHandle#read overload
  • FileHandle#write overload
  • throwIfNoEntry in stats methods #782

Please let me know if any are missing or if I am wrong.

@Mesteery Please add fs.realpath.native to the list. It is available since Node.js 9.2.0.
https://nodejs.org/api/fs.html#fsrealpathnativepath-options-callback

More missing methods: #663

FileHandle is missing createReadStream and createWriteStream

Recursive behavior of readdir: #967