summaryrefslogtreecommitdiff
path: root/lib/internal/modules
Commit message (Expand)AuthorAgeFilesLines
* module: fix check exports issue in cjs module loadingGuy Bedford2020-02-061-1/+1
* module: unflag conditional exportsGuy Bedford2020-02-061-7/+0
* module: logical conditional exports orderingGuy Bedford2020-02-061-27/+41
* module: loader getSource, getFormat, transform hooksGeoffrey Booth2020-02-067-193/+271
* module: fix require in node replZYSzys2020-02-061-3/+3
* wasi: introduce initial WASI supportcjihrig2020-02-061-0/+5
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2020-02-062-18/+89
* lib: replace Map global by the primordialsSebastien Ahkrin2020-02-061-0/+1
* lib: replace use of Error with primordialsSebastien Ahkrin2020-02-061-0/+1
* lib: replace Set global by the primordialsSebastien Ahkrin2020-02-061-0/+1
* lib: enforce use of Promise from primordialsMichaël Zasso2020-02-061-1/+2
* lib: enforce use of Array from primordialsMichaël Zasso2020-02-061-6/+7
* lib: flatten access to primordialsMichaël Zasso2020-02-068-70/+84
* esm: better error message for unsupported URLThomas2020-02-061-2/+6
* esm: empty ext from pkg type/main doesnt affect formatBradley Farias2020-02-061-2/+5
* module: fix dynamic import from evalCorey Farrell2020-02-061-2/+11
* module: unflag resolve selfGuy Bedford2020-02-061-3/+1
* module: self resolve bug fix and esm orderingGuy Bedford2020-02-061-34/+39
* module: conditional exports import conditionGuy Bedford2020-02-061-4/+4
* lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest2020-02-061-1/+4
* module: ignore resolution failures for inspect-brkMaël Nison2020-02-061-2/+8
* lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda2020-02-061-25/+4
* module: add warnings for experimental flagsRongjian Zhang2020-02-062-6/+13
* esm: make specifier flag clearly experimentalMyles Borins2020-02-061-4/+8
* esm: data URLs should ignore unknown parametersBradley Farias2020-02-062-2/+2
* esm: disable non-js exts outside package scopesGuy Bedford2020-02-061-20/+16
* module: conditional exports with flagged conditionsGuy Bedford2020-02-061-19/+84
* module: refactor modules bootstrapBradley Farias2020-02-065-40/+57
* vm: add Synthetic modulesGus Caplan2020-02-064-15/+15
* lib: no need to strip BOM or shebang for scriptsRefael Ackermann2020-02-063-46/+16
* lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan2020-02-063-65/+74
* module: resolve self-referencesJan Krems2020-02-061-37/+129
* esm: unflag --experimental-exportsGuy Bedford2020-02-061-2/+1
* lib: replace var with let/constKenza Houmani2019-12-171-41/+27
* esm: modify resolution order for specifier flagMyles Borins2019-11-101-0/+4
* module: warn on require of .js inside type: moduleGuy Bedford2019-11-101-5/+27
* Revert "esm: remove experimental status from JSON modules"Guy Bedford2019-10-091-2/+5
* module: use v8 synthetic modulesGuy Bedford2019-10-094-50/+35
* esm: remove proxy for builtin exportsBradley Farias2019-10-092-8/+10
* process: add source-map support to stack tracesbcoe2019-10-092-3/+19
* lib: introduce no-mixed-operators eslint rule to libZYSzys2019-10-091-1/+1
* vm: refactor SourceTextModuleGus Caplan2019-10-091-2/+2
* module: pass full URL to loader for top-level loadGuy Bedford2019-10-011-1/+1
* module: move cjs type check behind flagGuy Bedford2019-10-011-1/+1
* process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe2019-09-252-0/+4
* module: error for CJS .js load within type: moduleGuy Bedford2019-09-251-33/+42
* module: reintroduce package exports dot mainGuy Bedford2019-09-251-2/+6
* policy: minor perf opts and cleanupBradley Farias2019-09-202-20/+26
* lib,test: fix error message check after V8 updateMichaël Zasso2019-09-191-1/+1
* esm: support loading data URLsBradley Farias2019-09-033-28/+87