memfs
memfs copied to clipboard
Missing features 😱 😣 😭 🤷♂️
- [ ] #1087
- [ ] #1089
- [ ] #1088
- [ ] #663
- [ ]
promises.watch - [ ]
realpath.native - [x] #733
- [x]
readvhttps://github.com/streamich/memfs/pull/946 - [x]
writevhttps://github.com/streamich/memfs/pull/946 - [x]
readvSynchttps://github.com/streamich/memfs/pull/946 - [x]
writevSynchttps://github.com/streamich/memfs/pull/946 - [x]
rmhttps://github.com/streamich/memfs/pull/754 - [x]
rmSynchttps://github.com/streamich/memfs/pull/754 - [x]
promises.rmhttps://github.com/streamich/memfs/pull/754 - [x]
throwIfNoEntryin stats methods https://github.com/streamich/memfs/pull/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: https://github.com/streamich/memfs/issues/663
FileHandle is missing createReadStream and createWriteStream
Recursive behavior of readdir: https://github.com/streamich/memfs/issues/967