24 Commits (8741e3c7501cbe66696bd3fad4a0a923e76ba11d)

Author SHA1 Message Date
Vse Mozhet Byt 945f208081 test: make the rest of tests path-independent 8 years ago
Vse Mozhet Byt 8b76c3e60c test: reduce string concatenations 8 years ago
Rich Trott ff001c12b0 test: move WPT to its own testing module 8 years ago
Walter Huang 133fb0c3b7 test: minor fixes to test-module-loading.js 8 years ago
Brian White 61ebfa8d1f tools: add unescaped regexp dot rule to linter 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Tarang Hirani a4c3e31ac7
test: add regex check to test-module-loading 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
cjihrig ff1efa6087 test: use const for all require() calls 8 years ago
Sam Shull 4f486aa661 test: invalid package.json causes error when require()ing in directory 8 years ago
Ben Noordhuis 443e218544 test: use strict assertions in module loader test 8 years ago
Ben Noordhuis 8fca311857 test: add more module loader test coverage 8 years ago
Rich Trott a7335bd1f0 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