| Commit message (Expand) | Author | Age | Files | Lines |
* | module: runtime deprecate invalid package.json main entries | Antoine du Hamel | 2021-02-24 | 1 | -2/+10 |
* | module: fix memory leak when require error occurs | Qinhui Chen | 2020-04-17 | 1 | -3/+0 |
* | lib: no need to strip BOM or shebang for scripts | Refael Ackermann | 2019-06-01 | 1 | -1/+1 |
* | lib: rework logic of stripping BOM+Shebang from commonjs | Gus Caplan | 2019-05-26 | 1 | -0/+7 |
* | test: fix ineffective error tests | Masashi Hirano | 2019-04-24 | 1 | -17/+23 |
* | test: make module test pass with NODE_PENDING_DEPRECATION | Anna Henningsen | 2019-04-03 | 1 | -1/+2 |
* | module: throw an error for invalid package.json main entries | Ruben Bridgewater | 2019-03-27 | 1 | -0/+11 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -2/+2 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 1 | -3/+3 |
* | lib: improve error message for MODULE_NOT_FOUND | Ali Ijaz Sheikh | 2019-02-15 | 1 | -7/+8 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -4/+4 |
* | test: refactor common.ddCommand() | Rich Trott | 2018-10-12 | 1 | -1/+0 |
* | test: add module require tests for certain package.json errors | Tom White | 2018-10-07 | 1 | -0/+7 |
* | test: refactor test-module-loading assertions | Bruno Pinho | 2018-07-18 | 1 | -23/+17 |
* | test: avoid empty fixture in module test | Rich Trott | 2018-06-01 | 1 | -4/+6 |
* | test: update a few tests to work on OpenBSD | Aaron Bieber | 2018-02-16 | 1 | -3/+9 |
* | test: move tmpdir to submodule of common | Rich Trott | 2018-01-31 | 1 | -1/+2 |
* | module: use internal/errors.js in module.require | Joyee Cheung | 2018-01-29 | 1 | -11/+0 |
* | test: update references to archived repository | Tobias Nießen | 2018-01-03 | 1 | -2/+4 |
* | module: speed up package.json parsing | Ben Noordhuis | 2017-11-15 | 1 | -8/+0 |
* | test: begin normalizing fixtures use | James M Snell | 2017-08-07 | 1 | -1/+3 |
* | lib: include cached modules in module.children | Ben Noordhuis | 2017-07-24 | 1 | -0/+3 |
* | doc, lib, test: do not re-require needlessly | Vse Mozhet Byt | 2017-07-21 | 1 | -1/+1 |
* | test: fix RegExp nits | Vse Mozhet Byt | 2017-06-21 | 1 | -3/+5 |
* | test: make the rest of tests path-independent | Vse Mozhet Byt | 2017-05-14 | 1 | -1/+1 |
* | test: reduce string concatenations | Vse Mozhet Byt | 2017-05-05 | 1 | -9/+9 |
* | test: move WPT to its own testing module | Rich Trott | 2017-05-03 | 1 | -1/+1 |
* | test: minor fixes to test-module-loading.js | Walter Huang | 2017-05-02 | 1 | -162/+183 |
* | tools: add unescaped regexp dot rule to linter | Brian White | 2017-03-29 | 1 | -2/+2 |
* | meta: restore original copyright header | James M Snell | 2017-03-10 | 1 | -0/+21 |
* | test: add regex check to test-module-loading | Tarang Hirani | 2017-02-21 | 1 | -2/+3 |
* | test: use eslint to fix var->const/let | Gibson Fahnestock | 2017-01-11 | 1 | -4/+4 |
* | test: use const for all require() calls | cjihrig | 2017-01-02 | 1 | -15/+15 |
* | test: invalid package.json causes error when require()ing in directory | Sam Shull | 2016-12-07 | 1 | -0/+7 |
* | test: use strict assertions in module loader test | Ben Noordhuis | 2016-10-26 | 1 | -50/+51 |
* | test: add more module loader test coverage | Ben Noordhuis | 2016-10-24 | 1 | -0/+3 |
* | test,benchmark: use deepStrictEqual() | Rich Trott | 2016-04-22 | 1 | -2/+2 |
* | test: fix error message checks in test-module-loading | James M Snell | 2016-04-03 | 1 | -2/+2 |
* | fs: Buffer and encoding enhancements to fs API | James M Snell | 2016-03-25 | 1 | -1/+1 |
* | test: remove unneeded common.indirectInstanceOf() | Rich Trott | 2016-02-10 | 1 | -14/+14 |
* | test: fix style issues after eslint update | Michaël Zasso | 2016-01-13 | 1 | -9/+9 |
* | module,src: do not wrap modules with -1 lineOffset | cjihrig | 2015-12-16 | 1 | -2/+2 |
* | module: fix column offsets in errors | Tristian Flanagan | 2015-11-20 | 1 | -0/+8 |
* | module: remove unnecessary property and method | Sakthipriyan Vairamani | 2015-10-06 | 1 | -4/+0 |
* | test: replace deprecated util.debug() calls | Rich Trott | 2015-09-28 | 1 | -10/+10 |
* | test: enable linting for tests | Roman Reiss | 2015-05-19 | 1 | -3/+4 |
* | Remove excessive copyright/license boilerplate | isaacs | 2015-01-12 | 1 | -24/+0 |
* | test: split test in parallel/sequential | Fedor Indutny | 2014-12-17 | 1 | -0/+308 |