es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
361 stars 2 forks source link

Replace fast-glob with alternative in astro #40

Open 43081j opened 5 months ago

43081j commented 5 months ago

Astro uses fast-glob for two things:

For the former, we could switch to a leaner/faster alternative

Example fast-glob usage:

https://github.com/withastro/astro/blob/174ce25f619ea80f77e52f8d2ca864ecc63de938/packages/astro/src/content/types-generator.ts#L88-L96

Two possible alternatives which are leaner and faster:

Namchee commented 1 month ago

It seems that astro uses kleur too. Might be another cleanup opportunity.