mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
4ccdc501d4
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. |
||
---|---|---|
.. | ||
api.txt | ||
asciidoc-xhtml11.js | ||
common.xsl | ||
index.html | ||
logo.png | ||
manpage.xsl | ||
pipe.css | ||
sh_javascript.min.js | ||
sh_main.js | ||
sh_vim-dark.css | ||
toc.js |