yarnpkg / berry

📦🐈 Active development trunk for Yarn ⚒
https://yarnpkg.com
BSD 2-Clause "Simplified" License
7.42k stars 1.11k forks source link

[Bug] Missing functions in the fslib #1651

Open arcanis opened 4 years ago

arcanis commented 4 years ago

Describe the bug

The fslib is missing the following list of functions from the fs module:

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).

alanrps commented 3 years ago

Good night, I am and a friend we are starting to contribute with free software and contribute to this edition

merceyz commented 2 years ago

I've updated the OP with the currently missing functions.

jplukas commented 11 months ago

What's the status on this issue? These functions still need implementing?