-
Notifications
You must be signed in to change notification settings - Fork 656
compat: child_process.execFileSync #2011
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
Comments
Does it make sense to add |
Yea, I think that would be the best way to achieve this. Should be fairly simple to add as well |
How so? I think we will need a completely separate implementation that uses sync API from |
|
Closing this, as the API was added in #2699. |
part of denoland/deno#18326
We need to shim
child_process.execFileSync
toesbuild
andremix
run with node compat mode.The text was updated successfully, but these errors were encountered: