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.
Consider upgrading
globto v9 which has significant performance improvements —https://github.com/isaacs/node-glob/blob/main/changelog.md
Or better use something like
fast-globwhich is built for speed.Currently, calculating test-exclude on large projects can take several seconds.