es-tooling / ecosystem-cleanup

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

Migrate jiti to tinyexec #81

Open 43081j opened 3 months ago

43081j commented 3 months ago

Only used in devDependencies, so low impact, but still worth doing.

https://github.com/unjs/jiti/blob/fb53cbc37c83c6d79d8a068376db05afd22d8b0e/test/fixtures.test.ts#L50-L57

we can quite easily replace this with tinyexec, a much smaller library.

43081j commented 3 months ago

Tracked in unjs/jiti#286