0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/tools
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand.
Instead of installing the files in /usr/lib/node/libraries and loading them
from the file system, the files are built-in to the node executable.
However, they are only compiled on demand.

The reasoning is:
  1. Allow for more complex internal javascript. In particular,
  process.stdout and process.stdin can be js implemented streams.

  2. Ease system installs. Loading from disk each time is unnecessary
  overhead. Note that there is no "system" path for modules anymore. Only
  $HOME/.node_libraries.
2010-03-15 08:04:35 -07:00
..
scons
wafadmin Upgrade waf to 1.5.14a 2010-03-08 13:35:08 -08:00
js2c.py Include lib/ directory in node executable. Compile on demand. 2010-03-15 08:04:35 -07:00
jsmin.py
osx-dist.sh
osx-pkg-dmg-create.sh
run-valgrind.py
test.py Split tests. 2010-02-25 11:41:11 -08:00
utils.py
waf-light Upgrade WAF to 1.5.14 2010-03-08 10:18:24 -08:00