summaryrefslogtreecommitdiff
path: root/test/sequential/test-module-loading.js
Commit message (Expand)AuthorAgeFilesLines
* module: runtime deprecate invalid package.json main entriesAntoine du Hamel2021-02-241-2/+10
* module: fix memory leak when require error occursQinhui Chen2020-04-171-3/+0
* lib: no need to strip BOM or shebang for scriptsRefael Ackermann2019-06-011-1/+1
* lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan2019-05-261-0/+7
* test: fix ineffective error testsMasashi Hirano2019-04-241-17/+23
* test: make module test pass with NODE_PENDING_DEPRECATIONAnna Henningsen2019-04-031-1/+2
* module: throw an error for invalid package.json main entriesRuben Bridgewater2019-03-271-0/+11
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-2/+2
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-3/+3
* lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh2019-02-151-7/+8
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-4/+4
* test: refactor common.ddCommand()Rich Trott2018-10-121-1/+0
* test: add module require tests for certain package.json errorsTom White2018-10-071-0/+7
* test: refactor test-module-loading assertionsBruno Pinho2018-07-181-23/+17
* test: avoid empty fixture in module testRich Trott2018-06-011-4/+6
* test: update a few tests to work on OpenBSDAaron Bieber2018-02-161-3/+9
* test: move tmpdir to submodule of commonRich Trott2018-01-311-1/+2
* module: use internal/errors.js in module.requireJoyee Cheung2018-01-291-11/+0
* test: update references to archived repositoryTobias Nießen2018-01-031-2/+4
* module: speed up package.json parsingBen Noordhuis2017-11-151-8/+0
* test: begin normalizing fixtures useJames M Snell2017-08-071-1/+3
* lib: include cached modules in module.childrenBen Noordhuis2017-07-241-0/+3
* doc, lib, test: do not re-require needlesslyVse Mozhet Byt2017-07-211-1/+1
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-3/+5
* test: make the rest of tests path-independentVse Mozhet Byt2017-05-141-1/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-9/+9
* test: move WPT to its own testing moduleRich Trott2017-05-031-1/+1
* test: minor fixes to test-module-loading.jsWalter Huang2017-05-021-162/+183
* tools: add unescaped regexp dot rule to linterBrian White2017-03-291-2/+2
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: add regex check to test-module-loadingTarang Hirani2017-02-211-2/+3
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-4/+4
* test: use const for all require() callscjihrig2017-01-021-15/+15
* test: invalid package.json causes error when require()ing in directorySam Shull2016-12-071-0/+7
* test: use strict assertions in module loader testBen Noordhuis2016-10-261-50/+51
* test: add more module loader test coverageBen Noordhuis2016-10-241-0/+3
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-2/+2
* test: fix error message checks in test-module-loadingJames M Snell2016-04-031-2/+2
* fs: Buffer and encoding enhancements to fs APIJames M Snell2016-03-251-1/+1
* test: remove unneeded common.indirectInstanceOf()Rich Trott2016-02-101-14/+14
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-9/+9
* module,src: do not wrap modules with -1 lineOffsetcjihrig2015-12-161-2/+2
* module: fix column offsets in errorsTristian Flanagan2015-11-201-0/+8
* module: remove unnecessary property and methodSakthipriyan Vairamani2015-10-061-4/+0
* test: replace deprecated util.debug() callsRich Trott2015-09-281-10/+10
* test: enable linting for testsRoman Reiss2015-05-191-3/+4
* Remove excessive copyright/license boilerplateisaacs2015-01-121-24/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+308