isaacs 492fc0d752 Split out modulePaths and defaultPaths
This way, the "default" paths of ~/.node_libraries and {prefix}/lib/node are only checked *after* anything that the user has placed into the NODE_PATHS environ, or pushed onto require.paths.

This makes require.paths a much more effective write-target, albeit slightly less useful as a read-target.  However, given the existence of require.resolve(), this is less of an issue -- if you want to know what a module ID will map to, just ask that question and get an authoritative answer from the loading machinery.
2010-10-20 15:21:33 -07:00
2010-06-23 20:05:29 -07:00
2010-10-18 17:13:30 -07:00
2010-10-20 15:20:04 -07:00
2010-10-20 13:03:49 -07:00
2010-10-18 14:54:39 -07:00
2010-10-13 16:20:24 -07:00
2010-08-20 01:53:08 -07:00
2010-08-20 01:53:08 -07:00
2010-05-11 10:25:27 -07:00
2010-10-15 12:11:50 -05:00
2010-07-14 09:50:17 -07:00
2010-09-19 13:32:46 -07:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.
Description
No description provided
Readme 175 MiB