node_shims icon indicating copy to clipboard operation
node_shims copied to clipboard

Shim Deno.Command

Open dsherret opened this issue 3 years ago • 4 comments

Once stabilized.

dsherret avatar Jul 04 '22 15:07 dsherret

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

lilnasy avatar May 06 '23 23:05 lilnasy

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

dsherret avatar May 08 '23 21:05 dsherret

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.

mxcl avatar Jan 29 '24 11:01 mxcl

@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

halvardssm avatar Feb 27 '24 17:02 halvardssm