streamich / memfs

JavaScript file system utilities
http://streamich.github.io/memfs/
Apache License 2.0
1.75k stars 130 forks source link

Tracking issue of missing features #735

Open Mesteery opened 3 years ago

Mesteery commented 3 years ago

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

Phillip9587 commented 2 years ago

@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

streamich commented 2 years ago

More missing methods: https://github.com/streamich/memfs/issues/663

Nokel81 commented 2 years ago

FileHandle is missing createReadStream and createWriteStream

streamich commented 11 months ago

Recursive behavior of readdir: https://github.com/streamich/memfs/issues/967

SoulKa commented 1 month ago

Dirent.path was deprecated and replaced by Dirent.parentPath. This is currently missing in memfs. I can make a PR if desired.

See Dirent docs

SoulKa commented 2 weeks ago

Promises writeFile() does not support Stream as input, which it should. Issue is created at #1068