cli
cli copied to clipboard
chore: switch to tinyglobby
Summary
https://npmgraph.js.org/?q=fast-glob - 17 dependencies https://npmgraph.js.org/?q=tinyglobby - 2 dependencies
Test Plan
No new functionality was added, so this should be covered by existing tests
Checklist
- [x] Documentation is up to date.
- [x] Follows commit message convention described in CONTRIBUTING.md.
- [x] For functional changes, my test plan has linked these CLI changes into a local
react-nativecheckout (instructions).
tinyglobby should be faster. Here's a benchmark from their repo:
Looks like the CI for this change is failing because Jest is outdated, so we'll either need to upgrade Jest or wait for a new release of fdir containing the commit https://github.com/thecodrr/fdir/commit/76cb3a4ea721e1417d4ffab8061767027b942337 supporting older platforms
@benmccann any chance you could measure the perf difference in this project?
I've updated this PR to use the latest tinyglobby, which in turn uses the latest fdir, which removes the usage of AbortController, so this PR should pass on older versions of Node on the CI now