istanbuljs / istanbuljs/test-exclude
Use a faster globbing library
Open
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Consider upgrading `glob` to v9 which has significant performance improvements —
https://github.com/isaacs/node-glob/blob/main/changelog.md
Or better use something like `fast-glob` which is built for speed.
Currently, calculating test-exclude on large projects can take several seconds.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.