Superchupu

Results 178 comments of Superchupu

since switching to tsdown, according to [ci](https://github.com/SuperchupuDev/tinyglobby/actions/runs/15653077346/job/44100404518) it looks like the only package with a postinstall script is biome, and that script was recently deleted for the upcoming biome 2.0...

after upgrading to biome 2.0, tinyglobby now doesn't use a single package with postinstall scripts, making the warning no longer show up. as such this is probably not needed anymore

for better fast-glob compatibility you can set the `expandDirectories` option to `false` btw

this pr does not close #10215 btw, this updates discord.js but not the builders (the linked issue only requested it for builders)

i know, just pointing it out as the description isnt accurate right now 🤷‍♀️

the tests seem to fail some snapshots, but only because they have a different order. should i update the snapshots or do a manual .sort?

unsure why until i debug a bit more, but it looks like it's alphabetically sorted now, maybe it's the opposite in fast-glob? ideally vitest should report errors in the same...

i'm having a bit of trouble debugging due to vitest running tests using itself

okay, so after debugging i can confirm that on that particular test case, fast-glob returns the two results reverse sorted, while tinyglobby does sort them correctly. should i just change...

pushed the snapshot sorting update, i don't see why it should keep the unsorted order it had, and if anything that can always be changed in a followup pr