-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersupholdedReal issues without formal reproductionReal issues without formal reproduction
Description
Describe the bug
The fslib is missing the following list of functions from the fs
module:
-
cp
(experimental) -
fchmod
feat(fslib): addfchmod
support #4466 -
fchown
feat(fslib): addfchown
support #4801 -
fdatasync
-
fsync
-
ftruncate
feat(fslib): addftruncate
support #4477 -
futimes
-
lchmod
-
lchown
-
mkdir
recursive: true
needs to return the created directory.
fix(fslib): make recursive mkdir return the first created directory #4462 -
readv
-
rm
-
writev
- feat(fslib): add
throwIfNoEntry
support #4475
To fix that, the best course of action is to add them in the FakeFS
interface, see what are all the type errors that appear, and implement the functions in all the fs implementations (it's fine to just mark the ZipFS ones as unimplemented for now, although they shouldn't be too hard to implement anyway).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomersupholdedReal issues without formal reproductionReal issues without formal reproduction