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

Shim Deno.Command #110

Open
dsherret opened this issue Jul 4, 2022 · 4 comments
Open

Shim Deno.Command #110

dsherret opened this issue Jul 4, 2022 · 4 comments
Labels
enhancement New feature or request help wanted

Comments

@dsherret
Copy link
Member

dsherret commented Jul 4, 2022

Once stabilized.

@dsherret dsherret added the enhancement New feature or request label Jul 4, 2022
@dsherret dsherret changed the title Shim Deno.spawn and spawnChild Shim Deno.Command Nov 23, 2022
@lilnasy
Copy link

lilnasy commented May 6, 2023

Do you have a general idea or pointers as to how this might be implemented?

@dsherret
Copy link
Member Author

dsherret commented May 8, 2023

I'm not sure. Maybe it would need to use node's web streams https://nodejs.org/api/webstreams.html

@mxcl
Copy link

mxcl commented Jan 29, 2024

This is the sort of thing I would step up to implement, but I don't feel confident I could do it right since I don't understand the full API.

Either way, considering the aggressive deprecation warnings in deno 1.40 for this API, time is now more pressing on implementing this.

@halvardssm
Copy link
Contributor

halvardssm commented Feb 27, 2024

@dsherret Mind if I pick this one up? I would just do it by wrapping around node:child_proccess, unless there are reasons not to?

Edit:
I would probably align to what was implemented for Deno.run as it is very similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted
Projects
None yet
Development

No branches or pull requests

4 participants