-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
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 |
Dir
APIΒ #1087FileHandle
APIΒ #1089cp
APIΒ #1088opendir
APIΒ #663promises.watch
realpath.native
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Β #754throwIfNoEntry
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: