-
Notifications
You must be signed in to change notification settings - Fork 2
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
Migrate globby
to tinyglobby
#139
Comments
@JReinhold two of the top 10 packages here are Storybook packages. I was wondering if this one's one your list or is something you've looked at? |
It has been on our radar but we didn't get around to actually do it. |
Not sure if it's documented somewhere, but I've read something along the lines of "tinyglobby is a drop-in replacement for globby" a few times now. I feel like a missing piece here is worth mentioning: globby has support for This was raised in SuperchupuDev/tinyglobby#32, just repeating it here to increase awareness. It also contains an example use case. To overcome the limitation, here's a PR in picomatch (micromatch/picomatch#137) that tinyglobby could use. Since the PR wasn't responded to I forked and published https://www.npmjs.com/package/unmatch to be used in SuperchupuDev/tinyglobby#70. Obviously forking isn't ideal, but I'm not really seeing a better alternative and currently I don't fancy writing a new glob lib myself. And picomatch itself, despite seeing some recent activity, also is pretty stale (latest release 10 months ago at the time of writing). |
Run
npx github:Fuzzyma/e18e-tools globby -n 100 -U https://npm.devminer.xyz/registry -q -o md
to find the first 100Top 10:
The text was updated successfully, but these errors were encountered: