| Commit message (Expand) | Author | Age | Files | Lines |
* | module: conditional exports import condition | Guy Bedford | 2019-12-12 | 1 | -2/+11 |
* | lib: add parent to ERR_UNKNOWN_FILE_EXTENSION | qualitymanifest | 2019-12-06 | 1 | -0/+2 |
* | lib: add warning on dynamic import es modules | Juan José Arboleda | 2019-12-06 | 1 | -0/+3 |
* | module: fixup lint and test regressions | Guy Bedford | 2019-12-05 | 2 | -10/+5 |
* | lib,test: improves ERR_REQUIRE_ESM message | Juan José Arboleda | 2019-12-04 | 2 | -4/+11 |
* | module: add warnings for experimental flags | Rongjian Zhang | 2019-12-04 | 3 | -2/+78 |
* | esm: make specifier flag clearly experimental | Myles Borins | 2019-12-04 | 3 | -1/+35 |
* | benchmark,doc,lib,test: prepare for padding lint rule | Rich Trott | 2019-11-30 | 1 | -0/+1 |
* | module: fix specifier resolution algorithm | Rongjian Zhang | 2019-11-28 | 1 | -0/+22 |
* | esm: data URLs should ignore unknown parameters | Bradley Farias | 2019-11-26 | 1 | -0/+41 |
* | esm: disable non-js exts outside package scopes | Guy Bedford | 2019-11-16 | 1 | -0/+21 |
* | esm: unflag --experimental-modules | Guy Bedford | 2019-11-12 | 52 | -104/+38 |
* | module: conditional exports with flagged conditions | Guy Bedford | 2019-11-08 | 1 | -4/+27 |
* | module: fix for empty object in InternalModuleReadJSON | Guy Bedford | 2019-11-08 | 1 | -0/+8 |
* | module: resolve self-references | Jan Krems | 2019-10-24 | 1 | -1/+20 |
* | esm: modify resolution order for specifier flag | Myles Borins | 2019-10-16 | 1 | -3/+3 |
* | module: refactor modules bootstrap | Bradley Farias | 2019-10-16 | 2 | -8/+1 |
* | module: warn on require of .js inside type: module | Guy Bedford | 2019-10-11 | 1 | -0/+38 |
* | Revert "esm: remove experimental status from JSON modules" | Guy Bedford | 2019-10-08 | 2 | -3/+2 |
* | esm: remove proxy for builtin exports | Bradley Farias | 2019-10-05 | 1 | -2/+22 |
* | src: fix ESM path resolution on Windows | Thomas | 2019-10-03 | 1 | -0/+49 |
* | src: rename --loader to --experimental-loader | Alex Aubuchon | 2019-09-30 | 10 | -10/+10 |
* | module: move cjs type check behind flag | Guy Bedford | 2019-09-28 | 1 | -0/+1 |
* | module: error for CJS .js load within type: module | Guy Bedford | 2019-09-19 | 1 | -0/+7 |
* | module: reintroduce package exports dot main | Guy Bedford | 2019-09-17 | 1 | -12/+2 |
* | esm: make dynamic import work in the REPL | Bradley Farias | 2019-09-06 | 1 | -0/+19 |
* | esm: support loading data URLs | Bradley Farias | 2019-08-20 | 1 | -0/+63 |
* | module: add warning when import,export is detected in CJS context | Giorgos Ntemiris | 2019-08-13 | 1 | -0/+136 |
* | module: pkg exports validations and fallbacks | Guy Bedford | 2019-08-12 | 2 | -30/+72 |
* | module: refine package name validation | Guy Bedford | 2019-08-07 | 1 | -0/+18 |
* | module: exports error as MODULE_NOT_FOUND | Guy Bedford | 2019-08-01 | 1 | -3/+3 |
* | module: unify package exports test for CJS and ESM | Jan Krems | 2019-07-31 | 1 | -26/+85 |
* | module: implement "exports" proposal for CommonJS | Jan Krems | 2019-07-23 | 1 | -2/+3 |
* | test: fix assertion argument order in test-esm-namespace | Alex Ramirez | 2019-07-20 | 1 | -1/+1 |
* | esm: implement "pkg-exports" proposal | Guy Bedford | 2019-07-18 | 1 | -0/+28 |
* | esm: remove experimental status from JSON modules | Myles Borins | 2019-05-22 | 2 | -2/+3 |
* | esm: use correct error arguments | cjihrig | 2019-05-20 | 1 | -0/+13 |
* | esm: --experimental-wasm-modules integration support | Myles Borins | 2019-05-17 | 1 | -0/+15 |
* | test: clearing require cache crashes esm loader | Antoine du HAMEL | 2019-05-14 | 1 | -0/+11 |
* | tools: force common be required before any other modules | ZYSzys | 2019-05-13 | 6 | -6/+6 |
* | tools: fix node-core/required-modules eslint rule | Ben Noordhuis | 2019-05-06 | 22 | -29/+0 |
* | test: fix ineffective error tests | Masashi Hirano | 2019-04-24 | 1 | -5/+7 |
* | esm: replace --entry-type with --input-type | Geoffrey Booth | 2019-04-16 | 3 | -16/+7 |
* | esm: phase two of new esm implementation | guybedford | 2019-03-27 | 33 | -54/+339 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -1/+1 |
* | process: make Symbol.toStringTag writable | Ruben Bridgewater | 2019-03-12 | 1 | -0/+1 |
* | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 1 | -1/+1 |
* | esm: process proxy Symbol.toString fix | Guy Bedford | 2019-03-03 | 1 | -0/+6 |
* | assert: adjust loose assertions | Ruben Bridgewater | 2019-01-27 | 1 | -3/+6 |
* | test: refactor stdio handling in test-esm-cjs-main | Richard Lau | 2018-12-27 | 1 | -10/+9 |