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

perf: switch to tinyglobby to drop 15 dependencies #1558

Merged
merged 3 commits into from
Oct 5, 2024

Conversation

benmccann
Copy link
Contributor

@benmccann benmccann commented Jul 22, 2024

https://npmgraph.js.org/?q=fast-glob - 17 dependencies
https://npmgraph.js.org/?q=tinyglobby - 2 dependencies

I think the even better solution though would be to move globbing into user land. The users who want globbing can invoke it on their own and pass the result into addSourceFilesAtPaths so that users who don't need globbing don't have to pay that cost.

@benmccann benmccann changed the title chore: switch to tinyglobby to drop 15 dependencies perf: switch to tinyglobby to drop 15 dependencies Aug 25, 2024
Copy link
Owner

@dsherret dsherret left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

I think the even better solution though would be to move globbing into user land.

Ship has sailed.

@dsherret dsherret merged commit 308ae4c into dsherret:latest Oct 5, 2024
2 checks passed
@benmccann benmccann deleted the glob branch October 5, 2024 15:00
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 this pull request may close these issues.

2 participants