Skip to content

child_process: expose ChildProcess constructor

Rodrigo Muino Tomonari requested to merge github/fork/evanlucas/cp_internal into master

Creates two new internal modules (child_process and socket_list) for better readability.

Exposes the ChildProcess constructor from the child_process module so one can now require(‘child_process’).ChildProcess

Related: https://github.com/nodejs/io.js/issues/1751

Definitely needs more tests for the internal modules.

Merge request reports

Loading