summaryrefslogtreecommitdiff
path: root/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* module: exports not exported for null resolutionsGuy Bedford2020-04-271-0/+1
* module: improve error for invalid package targetsMyles Borins2020-04-271-0/+1
* module: expose exports conditions to loadersJan Krems2020-04-074-0/+13
* module: path-only CJS exports extension searchingGuy Bedford2020-04-075-1/+10
* test: refactoring / cleanup on child-process testsJames M Snell2020-03-241-1/+2
* module: add hook for global preload codeJan Krems2020-03-232-0/+38
* test: workaround for V8 8.1 inspector pause issueMatheus Marchini2020-03-161-0/+4
* test: use index.js if package.json "main" is emptyBen Noordhuis2020-03-092-0/+3
* module: disable conditional exports, self resolve warningsGuy Bedford2020-02-261-0/+10
* module: package "exports" error refinementsGuy Bedford2020-02-183-0/+6
* worker: add support for .cjs extensionAntoine du HAMEL2020-02-131-0/+3
* test: improve logged errorsRuben Bridgewater2020-02-091-1/+1
* esm: import.meta.resolve with nodejs: builtinsGuy Bedford2020-02-033-6/+5
* test: add wasi test for freopen()cjihrig2020-01-231-0/+1
* module: drop support for extensionless main entry points in esmGeoffrey Booth2020-01-222-0/+2
* module: revert #31021Geoffrey Booth2020-01-222-2/+0
* test: remove bluebird remnants from test fixtureRich Trott2020-01-227-157/+16
* test,module: add test for exports cjs loader checkRich Trott2020-01-204-0/+157
* tools: update JSON header parsing for backticksRich Trott2020-01-121-0/+13
* process: allow monitoring uncaughtExceptionGerhard Stoebich2020-01-102-0/+21
* test: remove unused symlink loopcjihrig2020-01-092-2/+0
* module: logical conditional exports orderingGuy Bedford2020-01-072-1/+20
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-01-0714-61/+120
* test: use spread objectFran Herrero2020-01-032-2/+2
* esm: empty ext from pkg type/main doesnt affect formatBradley Farias2019-12-313-0/+3
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-2/+2
* module: self resolve bug fix and esm orderingGuy Bedford2019-12-296-5/+21
* test: remove obsolete WASI testcjihrig2019-12-172-6533/+0
* repl: improve completionRuben Bridgewater2019-12-151-1/+1
* module: conditional exports import conditionGuy Bedford2019-12-125-2/+10
* module: ignore resolution failures for inspect-brkMaël Nison2019-12-042-0/+5
* module: add warnings for experimental flagsRongjian Zhang2019-12-044-0/+5
* tools: add unified plugin changing links for html docsMarek Łabuz2019-11-301-0/+20
* wasi: introduce initial WASI supportcjihrig2019-11-309-0/+6540
* test: test cover cases when trace is emptytelenord2019-11-241-0/+6
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2019-11-191-0/+8
* process: add coverage tests for sourceMapFromDataUrl methodNolik2019-11-092-0/+4
* module: conditional exports with flagged conditionsGuy Bedford2019-11-0810-2/+30
* module: fix for empty object in InternalModuleReadJSONGuy Bedford2019-11-082-0/+2
* module: warn on using unfinished circular dependencyAnna Henningsen2019-11-018-0/+22
* module: resolve self-referencesJan Krems2019-10-243-0/+15
* esm: modify resolution order for specifier flagMyles Borins2019-10-161-1/+1
* module: warn on require of .js inside type: moduleGuy Bedford2019-10-112-0/+2
* repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan2019-10-111-0/+3
* process: add source-map support to stack tracesbcoe2019-10-0516-5/+142
* module: pass full URL to loader for top-level loadGuy Bedford2019-09-291-2/+2
* src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung2019-09-241-0/+7
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-229-0/+82
* util: add encodeInto to TextEncoderAnna Henningsen2019-09-134-31/+9
* crypto: add oaepLabel optionTobias Nießen2019-09-131-0/+30