Felix Geisendörfer
|
530328f12b
|
CommonJS testing for node.js
Refactored test suite to use the assert module for testing rather than
mjsunit.
|
2009-12-05 01:05:16 +01:00 |
Ryan Dahl
|
7a2e784ad7
|
Module refactor - almost CommonJS compatible now
API change summary:
* require("/sys.js") becomes require("sys")
* require("circle.js") becomes require("./circle")
* process.path.join() becomes require("path").join()
|
2009-10-31 19:10:30 +01:00 |
Ryan Dahl
|
ad0a4cefb8
|
Namespace EVERYTHING under process; introduce GLOBAL
http://groups.google.com/group/nodejs/browse_thread/thread/1034fd2ad2cd93e8
|
2009-10-29 23:36:41 +01:00 |
Ryan Dahl
|
3d8b14e6f7
|
node.fs.* moved into "/posix.js"
use require("/posix.js") to access them.
|
2009-10-28 22:45:46 +01:00 |
Connor Dunn
|
2dbd0d3806
|
Add node.fs.sendfile()
|
2009-10-14 18:51:23 +02:00 |