summaryrefslogtreecommitdiff
path: root/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta2018-05-181-1/+12
* esm: provide named exports for builtin libsGus Caplan2018-05-111-3/+4
* http2: fix responses to long payload reqsAnatoli Papirovski2018-04-281-0/+0
* test: fix test-child-process-send-returns-booleanRich Trott2018-04-201-1/+1
* test: update keys/Makefile to clean and build allDaniel Bevenius2018-04-141-5/+6
* module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan2018-04-101-0/+3
* test: update assert messages to show expected and actual valuesDave O'Mahony2018-04-061-0/+5
* lib: ensure --check flag works with --requireJohn-David Dalton2018-04-041-0/+1
* module: skip preserveSymlinks for mainGuy Bedford2018-04-011-0/+1
* test: move ESM fixtures to fixtures dirMichaël Zasso2018-03-215-0/+17
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-152-8/+12
* module: check file ext before dir as documentedBradley Farias2018-03-112-0/+4
* test: address nits and rename the corresponding fixtureUjjwal Sharma2018-03-081-0/+0
* loader: fix --inspect-brkGus Caplan2018-03-012-1/+4
* Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater2018-02-261-1/+1
* module: fix main lookup regression from #18728Guy Bedford2018-02-162-0/+4
* test: wrap countdown callback in common.mustCallBamieh2018-02-161-0/+2
* module: support main w/o extension, pjson cacheGuy Bedford2018-02-143-2/+10
* repl: remove deprecated NODE_REPL_HISTORY_FILERuben Bridgewater2018-02-121-4/+0
* src: don't abort when package.json is a directoryBen Noordhuis2018-02-071-0/+0
* test: force context allocation in test moduleYang Guo2018-01-261-1/+4
* assert: wrap original error in ifErrorRuben Bridgewater2018-01-241-3/+3
* inspector: --inspect-brk for es modulesGuy Bedford2018-01-221-0/+10
* test: replace assert.equal with assert.strictEqualSho Miyamoto2018-01-192-2/+2
* test: use shorthand propertiesTobias Nießen2018-01-171-4/+1
* src,doc,test: Fix common misspellingsRoman Reiss2018-01-161-1/+1
* module: refactor loaderGus Caplan2018-01-151-12/+12
* test: fix spelling in test case commentsTobias Nießen2018-01-111-1/+1
* module: print better message on esm import errorMichaël Zasso2017-12-242-0/+3
* url: added url fragment lookup tableHakan Kimeiga2017-12-152-12/+116
* module: print better message on esm syntax errorBen Noordhuis2017-11-291-0/+2
* module: fix for #17130 shared loader cjs depGuy Bedford2017-11-281-0/+7
* lib,src: remove vm.runInDebugContext()Ben Noordhuis2017-11-241-4/+0
* module: replace default paths in require.resolve()cjihrig2017-11-213-0/+21
* test: add basic WebAssembly testSteve Kinney2017-11-151-0/+0
* module: speed up package.json parsingBen Noordhuis2017-11-152-2/+0
* lib: guard inspector console using process varDaniel Bevenius2017-11-131-0/+5
* test: change concatenated string to templateDeepthi Sebastian2017-11-111-2/+2
* test: change concatenated string to templateAnawesha Khuntia2017-11-111-1/+1
* test: change string concatenation to templateSuryanarayana Murthy N2017-11-111-1/+1
* test: replace string concatenation with templateKabir Islam2017-11-111-1/+1
* test: replace string concatenation with templateTanvi Kini2017-11-111-1/+1
* src: fix UB in InternalModuleReadFile()Ben Noordhuis2017-11-091-0/+1
* module: fix hook module CJS dependency loadingguybedford2017-10-282-0/+8
* module: support custom paths to require.resolve()cjihrig2017-10-251-0/+55
* module: fix main resolution and not found updatesGuy Bedford2017-10-211-0/+22
* test: move inspector tests to parallel/sequentialJon Moss2017-10-171-0/+13
* repl: remove internal frames from runtime errorsLance Ball2017-10-111-0/+19
* module: resolve and instantiate loader pipeline hooksguybedford2017-10-114-0/+83
* url: fix port overflow checkingRimas Misevičius2017-10-101-1/+19