Superchupu
Superchupu
`minimatch` has a `partial` option that seems to do a partial match. This is great for optimizations in path traversal libraries. As per `minimatch`'s docs: > ### partial > >...
Remember #224? Since this package no longer supports anything below node 18.6.0, we can switch to `isBuiltin` instead, as originally suggested in my previous PR. ## References https://nodejs.org/api/module.html#moduleisbuiltinmodulename
Ever since `--experimental-strip-types` got unflagged, node:test now also runs typescript files by default. The extension should be updated to account for this I currently have to use the following config...
still likely not happening anytime soon, just leaving future plans here to gather thoughts: plan is to make 1.0.0 as full of major changes as possible to ideally never have...
It would be nice to be able to have the embed show the stats of a package without the header (which shows information such as the name, description of the...
It is confusing for users of a package if the package doesn't specify an `engines.node` field, since the package could perfectly not work under the user's node version with no...
> [!NOTE] > This PR doesn't affect the published `dist` code nor any file that's published to npm whatsoever. Its only purpose is to improve the experience of working with...
> [!NOTE] > Since node 12 support was restored, this is getting marked as draft indefinitely until it is decided to drop node 14. As such the text below is...
### What is the purpose of this pull request? Hi! Every big glob library (`glob`, `globby`, `tinyglobby`) except this one supports `URL`s in the `cwd` option, so for consistency I'm...
Hi! It looks like the typescript types have a small issue according to https://arethetypeswrong.github.io/?p=fast-glob I found out about this when trying to do `import { glob } from 'fast-glob'`, which...