Skip to content

Commit

Permalink
child_process: expose ChildProcess constructor
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
evanlucas committed May 22, 2015
1 parent 2b1c01c commit 822d38e
Show file tree
Hide file tree
Showing 7 changed files with 935 additions and 848 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ecmaFeatures:
binaryLiterals: true
generators: true
forOf: true
objectLiteralShorthandProperties: true

rules:
# Possible Errors
Expand Down
Loading

0 comments on commit 822d38e

Please sign in to comment.