Open 43081j opened 3 months ago
pretty-quick currently uses execa:
execa
https://github.com/prettier/pretty-quick/blob/b5e00ba235a246bc087e3b800ef96916f2e05684/src/scms/git.ts#L47-L49
this can be replaced with tinyexec, a lighter alternative.
tinyexec
all usages are basic, so this should be an easy migration
Submitted a PR in the upstream (https://github.com/prettier/pretty-quick/pull/195).
pretty-quick currently uses
execa
:https://github.com/prettier/pretty-quick/blob/b5e00ba235a246bc087e3b800ef96916f2e05684/src/scms/git.ts#L47-L49
this can be replaced with
tinyexec
, a lighter alternative.all usages are basic, so this should be an easy migration