summaryrefslogtreecommitdiff
path: root/test/es-module
Commit message (Expand)AuthorAgeFilesLines
* module: conditional exports import conditionGuy Bedford2019-12-121-2/+11
* lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest2019-12-061-0/+2
* lib: add warning on dynamic import es modulesJuan José Arboleda2019-12-061-0/+3
* module: fixup lint and test regressionsGuy Bedford2019-12-052-10/+5
* lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda2019-12-042-4/+11
* module: add warnings for experimental flagsRongjian Zhang2019-12-043-2/+78
* esm: make specifier flag clearly experimentalMyles Borins2019-12-043-1/+35
* benchmark,doc,lib,test: prepare for padding lint ruleRich Trott2019-11-301-0/+1
* module: fix specifier resolution algorithmRongjian Zhang2019-11-281-0/+22
* esm: data URLs should ignore unknown parametersBradley Farias2019-11-261-0/+41
* esm: disable non-js exts outside package scopesGuy Bedford2019-11-161-0/+21
* esm: unflag --experimental-modulesGuy Bedford2019-11-1252-104/+38
* module: conditional exports with flagged conditionsGuy Bedford2019-11-081-4/+27
* module: fix for empty object in InternalModuleReadJSONGuy Bedford2019-11-081-0/+8
* module: resolve self-referencesJan Krems2019-10-241-1/+20
* esm: modify resolution order for specifier flagMyles Borins2019-10-161-3/+3
* module: refactor modules bootstrapBradley Farias2019-10-162-8/+1
* module: warn on require of .js inside type: moduleGuy Bedford2019-10-111-0/+38
* Revert "esm: remove experimental status from JSON modules"Guy Bedford2019-10-082-3/+2
* esm: remove proxy for builtin exportsBradley Farias2019-10-051-2/+22
* src: fix ESM path resolution on WindowsThomas2019-10-031-0/+49
* src: rename --loader to --experimental-loaderAlex Aubuchon2019-09-3010-10/+10
* module: move cjs type check behind flagGuy Bedford2019-09-281-0/+1
* module: error for CJS .js load within type: moduleGuy Bedford2019-09-191-0/+7
* module: reintroduce package exports dot mainGuy Bedford2019-09-171-12/+2
* esm: make dynamic import work in the REPLBradley Farias2019-09-061-0/+19
* esm: support loading data URLsBradley Farias2019-08-201-0/+63
* module: add warning when import,export is detected in CJS contextGiorgos Ntemiris2019-08-131-0/+136
* module: pkg exports validations and fallbacksGuy Bedford2019-08-122-30/+72
* module: refine package name validationGuy Bedford2019-08-071-0/+18
* module: exports error as MODULE_NOT_FOUNDGuy Bedford2019-08-011-3/+3
* module: unify package exports test for CJS and ESMJan Krems2019-07-311-26/+85
* module: implement "exports" proposal for CommonJSJan Krems2019-07-231-2/+3
* test: fix assertion argument order in test-esm-namespaceAlex Ramirez2019-07-201-1/+1
* esm: implement "pkg-exports" proposalGuy Bedford2019-07-181-0/+28
* esm: remove experimental status from JSON modulesMyles Borins2019-05-222-2/+3
* esm: use correct error argumentscjihrig2019-05-201-0/+13
* esm: --experimental-wasm-modules integration supportMyles Borins2019-05-171-0/+15
* test: clearing require cache crashes esm loaderAntoine du HAMEL2019-05-141-0/+11
* tools: force common be required before any other modulesZYSzys2019-05-136-6/+6
* tools: fix node-core/required-modules eslint ruleBen Noordhuis2019-05-0622-29/+0
* test: fix ineffective error testsMasashi Hirano2019-04-241-5/+7
* esm: replace --entry-type with --input-typeGeoffrey Booth2019-04-163-16/+7
* esm: phase two of new esm implementationguybedford2019-03-2733-54/+339
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* process: make Symbol.toStringTag writableRuben Bridgewater2019-03-121-0/+1
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-1/+1
* esm: process proxy Symbol.toString fixGuy Bedford2019-03-031-0/+6
* assert: adjust loose assertionsRuben Bridgewater2019-01-271-3/+6
* test: refactor stdio handling in test-esm-cjs-mainRichard Lau2018-12-271-10/+9