es-tooling / ecosystem-cleanup

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

Migrate pnpm to tinyexec #86

Open 43081j opened 2 months ago

43081j commented 2 months ago

pnpm uses execa here:

https://github.com/pnpm/pnpm/blob/main/packages/git-utils/src/index.ts

all usages are basic, so this can easily be migrated to tinyexec, a much lighter alternative