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

replace fs-extra with builtin node:fs #681

Closed
kricsleo opened this issue Mar 6, 2025 · 0 comments · Fixed by #682
Closed

replace fs-extra with builtin node:fs #681

kricsleo opened this issue Mar 6, 2025 · 0 comments · Fixed by #682

Comments

@kricsleo
Copy link
Contributor

kricsleo commented Mar 6, 2025

I accidentally discovered some dependencies that can be optimized, and I want to try replacing them with lighter alternatives, such as using the built-in node:fs in Node.js.

  • fs-extra -> node:fs: since we are using nodejs v22
  • fast-glob -> tinyglobby: it's lighter and behaves the same way.
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

Successfully merging a pull request may close this issue.

1 participant