gene . .
gene . .
### What problem will this feature address? This is more of a "nice to have" addition to main docs I think, as sometimes I find it easier to start prototyping...
tinyglobby produces different results than fast-glob for some patterns when deep is set. Reproducible on win10 and archlinux (via WSL). 1. My branch - https://github.com/outslept/tinyglobby/tree/fix/deep-option 2. Test file - https://github.com/outslept/tinyglobby/blob/fix/deep-option/test/deep.test.mjs...
picomatch has weird range support, some work, some don't what I've observed during testing: 1.zero-padded range don't work ```js import { glob } from 'tinyglobby'; import { writeFileSync, unlinkSync }...
Hey, I was wondering if you are open to dependency changing PRs? 1. `chalk` This could be replaced by `picocolors` or `ansis` - both of which are much smaller and...
All the [links here](https://github.com/JonasKruckenberg/imagetools/blob/main/docs/_media/modules.md) lead to a 404
#### Summary Part of the effort to move all your tests to a single test runner. Note, that currently the script runs both type tests and the single existing vitest...
#### Summary Replaced `filter-obj` with `Object.entries`/`Object.fromEntries` Replaced `path-exists` with `fs/promises.access` in try catch block. Replaced `locate-path` with `fs/promises.stat` and custom function (we don't need any of locate-path's options there, also...
🎉 Thanks for submitting a pull request! 🎉 #### Summary Refactor the functions-utils package to fix linting & types and remove the external path-exists dependency. --- For us to review...
This PR inlines shebang-command (incl. shebang-regex) and path-key into cross-spawn, removing these micro-deps. Behavior is preserved 1:1, and licenses are recorded in THIRD_PARTY_NOTICES. This reduces supply-chain surface and install overhead...
closes #1661 (was unsure about changeset version; semantically this should be a minor, but maybe you have your own views)