Close #1348 Remove require.paths
authorisaacs <i@izs.me>
Fri, 15 Jul 2011 21:05:01 +0000 (14:05 -0700)
committerisaacs <i@izs.me>
Fri, 15 Jul 2011 22:11:33 +0000 (15:11 -0700)
commit7f0047c2d52eb39c30ee49a6e5a9a3167ec6f54d
tree1fdf32a2453332576c466cb233d13cdd3de37f35
parentebc4d5cd2902ef0cebc7c6738261d203a5f51f04
Close #1348 Remove require.paths

Module.globalPaths is still set to a read-only copy of the global
include paths pulled off of the NODE_PATH environment variable.

It's important to be able to inspect this, but modifying it no longer
has any effect.
doc/api/modules.markdown
lib/module.js
test/fixtures/require-path/p1/bar.js [deleted file]
test/fixtures/require-path/p1/foo.js [deleted file]
test/fixtures/require-path/p2/bar.js [deleted file]
test/fixtures/require-path/p2/foo.js [deleted file]
test/simple/test-module-loading.js
test/simple/test-require-cache-without-stat.js