You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vitest users reported an issue after switching to tinyglobby in Vitest 3.0.6. For Vitest use cases, this is mostly considered as a user side mis-configuration, so it's not critical, but it looks like something unintended going on, so I reduced the repro and report it here.
On stackblitz, it doesn't hang and glob returns empty, so the underlying issue might be same as #94.
Vitest issue: vitest-dev/vitest#7598
reproduction: https://stackblitz.com/edit/github-koqytcnx?file=repro-tinyglobby.js
Vitest users reported an issue after switching to tinyglobby in Vitest 3.0.6. For Vitest use cases, this is mostly considered as a user side mis-configuration, so it's not critical, but it looks like something unintended going on, so I reduced the repro and report it here.
On stackblitz, it doesn't hang and glob returns empty, so the underlying issue might be same as #94.
Here is the code:
On my linux pc:
On stackblitz:
Also there's no issue with fast-glob:
$ node repro-fast-glob.js fast-glob: 2.942ms [ 'demo.test.ts' ]
The text was updated successfully, but these errors were encountered: