-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue of missing features #735
Comments
@Mesteery Please add |
More missing methods: #663 |
FileHandle is missing |
Recursive behavior of |
See Dirent docs |
* streamich#735 - add parentPath property to Dirent * streamich#735 - fix tests for parentPath property * streamich#735 - use Dirent parentPath instead of path in Volume
## [4.11.2](streamich/memfs@v4.11.1...v4.11.2) (2024-09-17) ### Bug Fixes * add `parentPath` to `Dirent` ([streamich#1058](streamich#1058)) ([9156c84](streamich@9156c84)), closes [streamich#735](streamich#735) [streamich#735](streamich#735)
Promises |
realpath.native
cp
cpSync
promises.cp
readv
feat(volume): implement readv and writev #946writev
feat(volume): implement readv and writev #946readvSync
feat(volume): implement readv and writev #946writevSync
feat(volume): implement readv and writev #946rm
add .rm(), .rmSync(), and .promises.rm() methods #754rmSync
add .rm(), .rmSync(), and .promises.rm() methods #754promises.rm
add .rm(), .rmSync(), and .promises.rm() methods #754Dir
promises.watch
FileHandle#writev
FileHandle#readv
FileHandle#sync
FileHandle#read
overloadFileHandle#write
overloadthrowIfNoEntry
in stats methods SupportthrowIfNoEntry
in StatOptions #782Please let me know if any are missing or if I am wrong.
The text was updated successfully, but these errors were encountered: