Skip to content
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

Open
9 of 15 tasks
Mesteery opened this issue Aug 27, 2021 · 6 comments
Open
9 of 15 tasks

Comments

@Mesteery
Copy link
Contributor

Mesteery commented Aug 27, 2021

@Mesteery Mesteery changed the title Tracking issue of missing things Tracking issue of missing features Aug 27, 2021
@Phillip9587
Copy link

@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
Copy link
Owner

streamich commented May 20, 2022

More missing methods: #663

@Nokel81
Copy link
Contributor

Nokel81 commented Jun 15, 2022

FileHandle is missing createReadStream and createWriteStream

@streamich
Copy link
Owner

Recursive behavior of readdir: #967

@SoulKa
Copy link
Contributor

SoulKa commented Sep 5, 2024

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 added a commit to SoulKa/memfs that referenced this issue Sep 5, 2024
SoulKa added a commit to SoulKa/memfs that referenced this issue Sep 17, 2024
SoulKa added a commit to SoulKa/memfs that referenced this issue Sep 17, 2024
G-Rath pushed a commit that referenced this issue Sep 17, 2024
* #735 - add parentPath property to Dirent

* #735 - fix tests for parentPath property

* #735 - use Dirent parentPath instead of path in Volume
github-actions bot pushed a commit that referenced this issue Sep 17, 2024
## [4.11.2](v4.11.1...v4.11.2) (2024-09-17)

### Bug Fixes

* add `parentPath` to `Dirent` ([#1058](#1058)) ([9156c84](9156c84)), closes [#735](#735) [#735](#735)
BadIdeaException pushed a commit to BadIdeaException/memfs that referenced this issue Oct 2, 2024
* streamich#735 - add parentPath property to Dirent

* streamich#735 - fix tests for parentPath property

* streamich#735 - use Dirent parentPath instead of path in Volume
BadIdeaException pushed a commit to BadIdeaException/memfs that referenced this issue Oct 2, 2024
@SoulKa
Copy link
Contributor

SoulKa commented Oct 10, 2024

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

@streamich streamich changed the title Tracking issue of missing features Missing features 😱 😣 😭 πŸ€·β€β™‚οΈ Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants