mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
Cross-platform JavaScript runtime environment
https://nodejs.org/
bf9d8e9214
So instead of: node.js:201 throw e; // process.nextTick error, or 'error' event on first tick ^ You will now see: path/to/foo.js:1 throw new Error('bar'); ^ This is a sub-set of isaacs patch here: https://github.com/joyent/node/issues/3235 The difference is that this patch purely adresses the exception output, but does not try to make any behavior changes / improvements. |
||
---|---|---|
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.6 or 2.7):
./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