Superchupu

Results 178 comments of Superchupu

i don't think it can be easily implemented here until `fdir` itself adds streams support

is some sort of free tier planned? something like vault/hub

i've noticed dotenvx/dotenvx-pro uses a bunch of bloated packages previously replaced with others in dotenvx. i understand that since it's in development it's probably not the best idea to change...

interesting, does `fast-glob` present that behavior? can you provide a minimal repro?

I see the issue now, `fast-glob` (which this package aims to replace) does act that way

@kahagerman further investigating i've noticed that `fast-glob` (which is what `vitest` used before and this package aims to be a replacement of) has really inconsistent behavior around trailing `/` in...

reported it some days ago at mrmlnc/fast-glob#458. will probably do whatever `fast-glob` does as long as it's applied in a consistent way

it looks like this is easily fixable by using the `strictSlashes` picomatch option, but i'm not sure if it should be fixed until fast-glob becomes consistent at processing trailing slashes...

tinyglobby intentionally doesn't change the format of the glob results depending on the pattern provided for better consistency and also due to the way it works (tinyglobby doesn't transform results...

that normalizes the pattern to match, not the way the results from the directory crawler are generated. the only case where the patterns can modify the result is if any...