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

Removing fs-extra from packages with async node:fs support #33

Open
jordanfinners opened this issue Mar 2, 2024 · 1 comment
Open

Comments

@jordanfinners
Copy link

In newer versions of Node, theres a promises API for the file system which has a lot of overlap with https://www.npmjs.com/package/fs-extra

@43081j
Copy link
Owner

43081j commented Mar 3, 2024

this will be a big one.

thankfully, fs-extra isn't bloated but you are right it could be removed entirely from many projects

we will have to look up the engines constraint of popular packages depending on it, and remove fs-extra if they're on a node version which ships async fs

@43081j 43081j changed the title FS Extra Removing fs-extra from packages with async node:fs support Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants