1 Commits (6034701f57354d7e44d7378d9d6f9860e49619fc)

Author SHA1 Message Date
arlolra 04fac19822 Split tests. 15 years ago
Ryan Dahl ef55324f1a Do not use Promise in 'fs' module 15 years ago
Felix Geisendörfer 211e82e8d9 Simple test case for require.async() 15 years ago
Felix Geisendörfer b02b54e003 Fix: Module cache did not propagate 15 years ago
Felix Geisendörfer b73f61a137 Simplified module system 15 years ago
Felix Geisendörfer a76c7a89ce Implemented __dirname 15 years ago
isaacs 4dcdfaf929 Fix require("../blah") issues 15 years ago
Ryan Dahl bfa36136da require() should throw error if module does. 15 years ago
Felix Geisendörfer 530328f12b CommonJS testing for node.js 15 years ago
Felix Geisendörfer 43d651daef The return of relative module loading 15 years ago
Felix Geisendörfer 7069bee982 The return of absolute Module loading 15 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 15 years ago
Ryan Dahl 7abad8b7b3 API: Move node.puts(), node.exec() and others to /utils.js 15 years ago
Ryan Dahl 4b8f503fac Move mjsunit.js to system module directory. 15 years ago
Ryan Dahl c8b143bf30 Absolute path names for require() refer to node.libraryPaths 15 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 15 years ago
Ryan 31265be4a6 Depreciate onLoad 15 years ago
Ryan 3fed1a0954 Use v8's test runner 16 years ago
Ryan 8b49cef10b Modify the tests to use onExit hook. 16 years ago
Ryan f6a7fe2657 Implement onExit() hook for modules. 16 years ago
Ryan b6fe4aec50 Module system refactor 16 years ago