Superchupu
Superchupu
i think i know what's going on, node_modules are linked to each other when using pnpm, making `fdir` recursively crawl those. if two packages use each other it probably enters...
@hi-ogawa can you tell me if it works using `"tinyglobby": "https://pkg.pr.new/tinyglobby@1f1fa12"` in the package.json? let me know if it does then i'll do a new release
great, glad that it works. i've just released `0.2.9` that reverts the symlinks resolution support
@hi-ogawa fyi i've just released `0.2.10` which adds back symlinks resolution, without a critical bug this time 😅
just tested and it looks like tinyglobby does not have the bug described in #678 
Thanks! The problem with `globStream` is that I have to wait until `fdir` adds support for streams, there's an open issue from years ago
added initial documentation at https://superchupu.dev/tinyglobby/comparison. bugs (aka non-intentional differences), like the windows drives thing are intentionally not documented though
it's already open 👍 #135
It works for me, but I had to update dependencies first to trigger a re-scan
done in #122, with a significant speedup being worked on in #130. can add more benchmarks in the future