mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
Node.js JavaScript runtime ✨🐢🚀✨
892ba87866
`highlight()` is called twice. It causes following javascript error. > Uncaught Found <pre> element with class="sh_sourcecode", > but no such language exists Fixes #2393. |
||
---|---|---|
benchmark | ||
deps | ||
doc | ||
lib | ||
src | ||
test | ||
tools | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
AUTHORS | ||
BSDmakefile | ||
ChangeLog | ||
common.gypi | ||
configure | ||
configure-gyp | ||
LICENSE | ||
Makefile | ||
Makefile-gyp | ||
node.gyp | ||
README.md | ||
vcbuild.bat | ||
wscript |
Evented I/O for V8 javascript.
To build:
Unix/Macintosh (requires python >= 2.5.2):
./configure
make
make install
Windows:
vcbuild.bat
To run the tests:
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
To build the documentation:
make doc
To read the documentation:
man doc/node.1