Superchupu
Superchupu
`fdir` is restoring node 12 support for its next release, as such this won't be needed anymore. thank you for the pr anyways :+1:
i've closed #836 since using tinyglobby is a better approach. can you disable the `expandDirectories` option? #836 has some improvements to this library's code to avoid globbing once for each...
this could export with `as 'module.exports'` (plus the normal default export) so that cjs users don't have to do `const {default: picocolors} = require('picocolors');` and instead can do `const picocolors...
i haven't had the time to look at this pr, but answering your question: wouldn't work in most cases. fdir exclude paths are always absolute and filter paths aren't, plus...
yes they do, because those options are meant to default to `true`
okay! i thought initializing them to `true` was less performant, although that was just a guess and i have no actual evidence behind it
great! will check it out at some point. no ETA since i got a cold and there's no rush for a new release right now anyways
me too, i still haven't checked it out and my next focus will probably be to work on some windows fixes. but at some point i will review
yeah i plan to push a few things these days that might change the code structure a bit, will tell you when i'm done 👍 thank you for your work...
hello!! i believe i'm not going to significantly change the code structure of the repo these days, so if you bring this pr up to date i will happily review...