-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace execa
in vitest
#57
Comments
Here's what astro did as an alternative: https://github.com/withastro/astro/blob/main/packages/create-astro/src/shell.ts |
I think the windows support + error handling makes this pretty hard to replace for a lot of users. Looking at the dep graph, there is probably a good opportunity to modernize node-cross-spawn though. |
in the tinylibs org we're also working on a lighter alternative, but isn't quite ready yet just FYI |
|
tinyexec now exists too which could slot in nicely Worth taking a look |
There is agreement to use |
Submitted a PR for this change: vitest-dev/vitest#6454. |
Got merged, we can close this issue. |
Woohoo! |
execa
pulls in quite a few dependencies andvitest
is heavily used - especially among this communityThe text was updated successfully, but these errors were encountered: