Skip to content
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, probably #534

Open
boneskull opened this issue Jan 15, 2024 · 0 comments
Open

replace execa, probably #534

boneskull opened this issue Jan 15, 2024 · 0 comments
Labels
dependencies upstream issues

Comments

@boneskull
Copy link
Owner

I want to be able to use AbortSignal and execa only supports that in ESM-only versions. Node supports it natively, so wrapping spawn seems reasonable

To do this, the default Executor would need to use it, as well as any test fixtures or harnesses. Or rather, the default Executor should be the only thing spawning child processes atm. (plugin branch)

@boneskull boneskull added the dependencies upstream issues label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies upstream issues
Projects
None yet
Development

No branches or pull requests

1 participant