lib: introduce process module
authorAleksey Smolenchuk <aleksey@uber.com>
Tue, 30 Dec 2014 22:25:52 +0000 (14:25 -0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 30 Dec 2014 22:29:32 +0000 (23:29 +0100)
commitd8586eab7e62304f6087fd1b531aa525a5f14c2c
tree863a6217f16bcccfbfff9d077ffa9f6d2a5ce704
parentb42c0853ae3c41f88959168c5124af4f68059cbf
lib: introduce process module

This makes require('process') always return a reference to the global
process object.

PR-URL: https://github.com/iojs/io.js/pull/206
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
lib/process.js [new file with mode: 0644]
node.gyp
test/parallel/test-require-process.js [new file with mode: 0644]