0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test/mjsunit/fixtures/b
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
..
package Module refactor - almost CommonJS compatible now 2009-10-31 19:10:30 +01:00
c.js Module refactor - almost CommonJS compatible now 2009-10-31 19:10:30 +01:00
d.js API: Move node.puts(), node.exec() and others to /utils.js 2009-09-28 12:06:30 +02:00