sindresorhus / nano-spawn

Tiny process execution for humans — a better child_process
MIT License
441 stars 6 forks source link

Unsupported features #14

Closed ehmicky closed 2 months ago

ehmicky commented 2 months ago

Background issue at https://github.com/sindresorhus/execa/issues/1147

nano-spawn's design goal is to have a small package size. As such, it is intentionally missing some features. Execa provides with those missing features, if a user needs them. Alternatively, users have access to the underlying subprocess, so they can achieve most of what they want.

This issue lists those missing features:

@sindresorhus Please let me know if this list is incorrect.