streamich / memfs

JavaScript file system utilities

Home Page:http://streamich.github.io/memfs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracking issue of missing features

Mesteery opened this issue · 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

commented

More missing methods: #663

FileHandle is missing createReadStream and createWriteStream

Recursive behavior of readdir: #967