tinyglobby
tinyglobby copied to clipboard
Memory leak investigation: `0.2.7`-`0.2.8` might enter an infinite loop when crawling `node_modules` due to symlinks
0.2.7 added symlinks resolution, but by the looks of it it might enter an infinite loop or just be extremely slow due to how node_modules are linked to each other in pnpm
i've just released 0.2.9 that reverts symlinks resolution until we figure out a fix
can reproduce with a directory symlinks that points to a parent directory of itself, upstream fdir issue: thecodrr/fdir#125
will update the comment as any developments happen