Superchupu

Results 53 issues of Superchupu

should vastly improve performance in most cases where the pattern doesn't include `**` (and as such wouldn't apply when `expandDirectories` is enabled)

performance

should improve performance in the cases it can be inferred

performance

this would allow anyone to `npm i https://pkg.pr.new/fdir@` to test any commit, which can be useful for testing without needing to clone the repo and link it should be straightforward...

### Environment * OS Version: Windows 10 22H2 * Node.js Version: 22.8.0 ### Actual behavior `fast-glob` matches `` with a `/**` pattern only if `` is a dynamic pattern (assuming...

### Environment * OS Version: Windows 10 22H2 * Node.js Version: 22.8.0 ### Actual behavior it looks like `fast-glob` has inconsistent behavior around trailing `/` in patterns and the behavior...

node has https://nodejs.org/api/tty.html#writestreamhascolorscount-env derived from chalk's `supports-color` that got added in node 10. not only would using it would make color detection more accurate, but it also would make the...

### Description `tinyglobby` 0.2.7 contained a bug that could lead to an infinite loop if a recursive symlink was encountered. This broke many other packages like `vitest` until `tinyglobby` 0.2.9...

wip. this also adds benchmarks to ci. would be nice to use codspeed to be able to easily identify perf regressions but i'd like to try to optimize dependencies in...

hi! a fs option would be great to have to allow users to provide their own fs implementations - it was requested in https://github.com/SuperchupuDev/tinyglobby/issues/81#issuecomment-2688437467 however that can't be added to...

i noticed that `picomatch.makeRe`'s example in the readme was actually an example for `picomatch.compileRe`, so in this PR i've moved that example to `picomatch.compileRe` and also added a correct one...