19 Commits (ebbde61927c9bbf092e008296c3865b392aaa225)

Author SHA1 Message Date
Vse Mozhet Byt 7419338b33
test: make the rest of tests path-independent 8 years ago
Vse Mozhet Byt 5b74e635e5
test: reduce string concatenations 8 years ago
Rich Trott f236dcbdd9
test: move WPT to its own testing module 8 years ago
Gibson Fahnestock db61c952de
test: use eslint to fix var->const/let 8 years ago
Tarang Hirani b2f7e7a5ad
test: add regex check to test-module-loading 8 years ago
Sam Shull dee5a7f9be test: invalid package.json causes error when require()ing in directory 8 years ago
Ben Noordhuis 88e60c2124 test: use strict assertions in module loader test 8 years ago
Rich Trott 3a0eef7b99 test,benchmark: use deepStrictEqual() 9 years ago
James M Snell f739a1222f test: fix error message checks in test-module-loading 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
Rich Trott 25713861c0 test: remove unneeded common.indirectInstanceOf() 9 years ago
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 14 years ago
Ben Noordhuis ac722bbed6 module: strip byte order marker when loading *.js and *.json files 14 years ago
isaacs 703a1ffe52 Revert "AMD compatibility for node" 14 years ago
isaacs 588d885e81 Close #1357 Load json files with require() 14 years ago
isaacs 7f0047c2d5 Close #1348 Remove require.paths 14 years ago
isaacs 9b5098f509 Close #1281 Make require a public member of module 14 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 15 years ago
Herbert Vojčík cf2b206a8e More changes to tests so they really work under context module loader. 15 years ago
Ryan Dahl 03123435e0 Remove platform specific asserts 15 years ago