Skip to content

Commit 822d38e

Browse files
committed
child_process: expose ChildProcess constructor
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`
1 parent 2b1c01c commit 822d38e

7 files changed

+935
-848
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ecmaFeatures:
99
binaryLiterals: true
1010
generators: true
1111
forOf: true
12+
objectLiteralShorthandProperties: true
1213

1314
rules:
1415
# Possible Errors

0 commit comments

Comments
 (0)