summaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Expand)Author
2018-06-06worker: initial implementationAnna Henningsen
2018-06-04test: add source for test.wasmDaniel Bevenius
2018-06-01test: remove unused empty fixtureRich Trott
2018-05-22test: test about:blank against invalid WHATWG URLJoyee Cheung
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-20test: fix test-child-process-send-returns-booleanRich Trott
2018-04-14test: update keys/Makefile to clean and build allDaniel Bevenius
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-04-06test: update assert messages to show expected and actual valuesDave O'Mahony
2018-04-04lib: ensure --check flag works with --requireJohn-David Dalton
2018-04-01module: skip preserveSymlinks for mainGuy Bedford
2018-03-21test: move ESM fixtures to fixtures dirMichaël Zasso
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-11module: check file ext before dir as documentedBradley Farias
2018-03-08test: address nits and rename the corresponding fixtureUjjwal Sharma
2018-03-01loader: fix --inspect-brkGus Caplan
2018-02-26Revert "fs: Revert throw on invalid callbacks"Ruben Bridgewater
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-16test: wrap countdown callback in common.mustCallBamieh
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-12repl: remove deprecated NODE_REPL_HISTORY_FILERuben Bridgewater
2018-02-07src: don't abort when package.json is a directoryBen Noordhuis
2018-01-26test: force context allocation in test moduleYang Guo
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2018-01-22inspector: --inspect-brk for es modulesGuy Bedford
2018-01-19test: replace assert.equal with assert.strictEqualSho Miyamoto
2018-01-17test: use shorthand propertiesTobias Nießen
2018-01-16src,doc,test: Fix common misspellingsRoman Reiss
2018-01-15module: refactor loaderGus Caplan
2018-01-11test: fix spelling in test case commentsTobias Nießen
2017-12-24module: print better message on esm import errorMichaël Zasso
2017-12-15url: added url fragment lookup tableHakan Kimeiga
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-28module: fix for #17130 shared loader cjs depGuy Bedford
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-11-21module: replace default paths in require.resolve()cjihrig
2017-11-15test: add basic WebAssembly testSteve Kinney
2017-11-15module: speed up package.json parsingBen Noordhuis
2017-11-13lib: guard inspector console using process varDaniel Bevenius
2017-11-11test: change concatenated string to templateDeepthi Sebastian
2017-11-11test: change concatenated string to templateAnawesha Khuntia
2017-11-11test: change string concatenation to templateSuryanarayana Murthy N
2017-11-11test: replace string concatenation with templateKabir Islam
2017-11-11test: replace string concatenation with templateTanvi Kini
2017-11-09src: fix UB in InternalModuleReadFile()Ben Noordhuis
2017-10-28module: fix hook module CJS dependency loadingguybedford
2017-10-25module: support custom paths to require.resolve()cjihrig
2017-10-21module: fix main resolution and not found updatesGuy Bedford