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

Swap fast-glob for tinyglobby? #3586

Closed
Ryuno-Ki opened this issue Dec 13, 2024 · 2 comments
Closed

Swap fast-glob for tinyglobby? #3586

Ryuno-Ki opened this issue Dec 13, 2024 · 2 comments

Comments

@Ryuno-Ki
Copy link
Contributor

Is your feature request related to a problem? Please describe.

When I was reading Vite's 6.0 announcement post I studied its CHANGELOG to evaluate whether I will need to make changes to a project I'm working on.

I noticed that one of them swapped fast-glob for something else.
Eleventy uses fast-glob, too.

tinyglobby is using fewer dependencies (so something I saw Eleventy is aiming for over the last versions) while maintaining most of the same API.

Describe the solution you'd like

Evaluate whether it makes sense to swap one library for another.

Describe alternatives you've considered

Sticking to what we always do.

Additional context

The PR linked from Vite's CHANGELOG: vitejs/vite#18243

@zachleat
Copy link
Member

Let’s group up at #3167!

@Ryuno-Ki
Copy link
Contributor Author

Good call. Totally missed it.

@zachleat zachleat closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2024
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

2 participants