0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/doc
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
..
api.txt Include lib/ directory in node executable. Compile on demand. 2010-03-15 08:04:35 -07:00
asciidoc-xhtml11.js Add asciidoc-xhtml11.js for use with asciidoc 8.5.1 2010-02-17 12:48:14 -08:00
common.xsl Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
index.html FreeBsd->Solaris on homepage 2010-03-13 12:47:41 -08:00
logo.png Add mediacoder's logo to website 2009-11-02 12:28:08 +01:00
manpage.xsl Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
pipe.css Add mediacoder's logo to website 2009-11-02 12:28:08 +01:00
sh_javascript.min.js Man page generation. 2009-09-10 13:40:38 +02:00
sh_main.js Syntax highlighting for <tt> elements. 2009-09-23 16:58:28 +02:00
sh_vim-dark.css Man page generation. 2009-09-10 13:40:38 +02:00
toc.js Improve webpage 2009-10-16 14:29:51 +02:00