denoland / node_shims

npm packages providing shims for the Deno namespace and other globals. Useful for running Deno-first programs on Node.
MIT License
149 stars 29 forks source link

feat: add shim for Command #183

Open halvardssm opened 8 months ago

halvardssm commented 8 months ago

Relates to https://github.com/denoland/node_shims/issues/110

halvardssm commented 8 months ago

@dsherret I also have started work on spawn, but I feel that I am not doing it properly in the conversion between node and deno. Let me know if you want me to push it here, or if you want me to create a separate PR to keep them separated so that we can faster get basic Command support merged