8 Commits (97813be8e689dfbf3da44e9604672fcdb304dd62)

Author SHA1 Message Date
Michaël Zasso d1aabd6264 test: fix style issues after eslint update 9 years ago
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
Sakthipriyan Vairamani 6ad458b752 module: remove unnecessary property and method 9 years ago
Rich Trott 44efd66132 test: replace deprecated util.debug() calls 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
isaacs 47f3fc9a26 test: add module-loading test with empty string 12 years ago
Felix Böhm 7465cf911a module: assert that require() is called with a string 12 years ago
Bert Belder b27a4cbe2a test-module-loading: convert backslashes to forward slashes 13 years ago
isaacs a10cfba766 module: remove 'exited', replace 'children' array 13 years ago
Igor Zinkovsky 7335a4234a fix test-module-loading on windows 13 years ago
Ryan Dahl 850609ea2d Remove separation of libuv tests 13 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ryan Dahl 4e1d6fca8e Mark tests which are broken in libuv 13 years ago
Ben Noordhuis ac722bbed6 module: strip byte order marker when loading *.js and *.json files 13 years ago
isaacs 703a1ffe52 Revert "AMD compatibility for node" 13 years ago
isaacs 588d885e81 Close #1357 Load json files with require() 13 years ago
isaacs 7f0047c2d5 Close #1348 Remove require.paths 13 years ago
isaacs 9b5098f509 Close #1281 Make require a public member of module 13 years ago
isaacs 9967c369c9 AMD compatibility for node, with docs and tests 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
isaacs f8defa3e09 package.json main as indexed subdir 14 years ago
isaacs 46513483cd node_modules module lookup, +docs and test. 14 years ago
isaacs da2f4b2dc4 support for package.json 14 years ago
isaacs f86ec1366f Closes GH-619 Make require.main be the main module 14 years ago
Ryan Dahl fbb74784b5 Remove more process.assert 14 years ago
isaacs 6cdeb3b3fd A module ID with a trailing slash must be a dir. 14 years ago
Oleg Efimov 0ce9cbab29 GJSLint continue 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Anders Conbere c4f8f871c9 adding module tests for .js and bare files 14 years ago
isaacs dff1b5ad10 Don't try to run extension loaders unless they're actually functions 14 years ago
Tim-Smart 0f16af7ee4 Remove registerExtension, add .extensions. Tests. 14 years ago
isaacs bb08f0c219 Remove require.async 14 years ago
Herbert Vojčík 9253333850 Fix registerExtension for NODE_MODULE_CONTEXTS 14 years ago
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 14 years ago
Ryan Dahl 03123435e0 Remove platform specific asserts 14 years ago
Nick Stenning 0a3eff8021 Standardise module load order for native and registered file extensions. 14 years ago
Nick Stenning 78520ba482 Don't attempt to load a directory. 14 years ago
isaacs d75b63bc3c Support including modules that don't have an extension. 14 years ago
isaacs 49e0f14a2f Cache modules based on filename rather than ID 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
David Siegel 2085909aeb fix corner-case bug in Module 15 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Herbert Vojcik c16508c87a Better require.async throw test 15 years ago
Herbert Vojcik d36bb6536e Better require.async tests 15 years ago
Tim-Smart 0c17067d87 Add require.registerExtension 15 years ago
isaacs 5861db8a69 Remove process.mixin dependency from all tests. 15 years ago