You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/09/18 12:36:30 UTC

[GitHub] raphinesse edited a comment on issue #16: Remove usage of cordova-common/superspawn

raphinesse edited a comment on issue #16: Remove usage of cordova-common/superspawn
URL: https://github.com/apache/cordova/issues/16#issuecomment-422373834
 
 
   To provide more context: `cross-spawn` *only* improves cross-platform compatibility of `child_process.spawn` while replicating it's interface. `execa` builds on top of that and adds various other features, like a nicer Promise-based interface (similar to `superspawn`) cross-platform shebang support (would be useful for `HooksRunner`) and [a lot more](https://github.com/sindresorhus/execa#why). And lastly we do not have to maintain `execa`. That's a big plus.
   
   So yes, we want something a bit more high-level than `cross-spawn`, but I'd prefer `execa` over `superspawn`.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org