summaryrefslogtreecommitdiff
path: root/test/es-module
AgeCommit message (Expand)Author
2019-12-05module: fixup lint and test regressionsGuy Bedford
2019-12-04lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-04module: add warnings for experimental flagsRongjian Zhang
2019-12-04esm: make specifier flag clearly experimentalMyles Borins
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-28module: fix specifier resolution algorithmRongjian Zhang
2019-11-26esm: data URLs should ignore unknown parametersBradley Farias
2019-11-16esm: disable non-js exts outside package scopesGuy Bedford
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
2019-11-08module: fix for empty object in InternalModuleReadJSONGuy Bedford
2019-10-24module: resolve self-referencesJan Krems
2019-10-16esm: modify resolution order for specifier flagMyles Borins
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-11module: warn on require of .js inside type: moduleGuy Bedford
2019-10-08Revert "esm: remove experimental status from JSON modules"Guy Bedford
2019-10-05esm: remove proxy for builtin exportsBradley Farias
2019-10-03src: fix ESM path resolution on WindowsThomas
2019-09-30src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-28module: move cjs type check behind flagGuy Bedford
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-17module: reintroduce package exports dot mainGuy Bedford
2019-09-06esm: make dynamic import work in the REPLBradley Farias
2019-08-20esm: support loading data URLsBradley Farias
2019-08-13module: add warning when import,export is detected in CJS contextGiorgos Ntemiris
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-07module: refine package name validationGuy Bedford
2019-08-01module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-07-31module: unify package exports test for CJS and ESMJan Krems
2019-07-23module: implement "exports" proposal for CommonJSJan Krems
2019-07-20test: fix assertion argument order in test-esm-namespaceAlex Ramirez
2019-07-18esm: implement "pkg-exports" proposalGuy Bedford
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-20esm: use correct error argumentscjihrig
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-14test: clearing require cache crashes esm loaderAntoine du HAMEL
2019-05-13tools: force common be required before any other modulesZYSzys
2019-05-06tools: fix node-core/required-modules eslint ruleBen Noordhuis
2019-04-24test: fix ineffective error testsMasashi Hirano
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-03esm: process proxy Symbol.toString fixGuy Bedford
2019-01-27assert: adjust loose assertionsRuben Bridgewater
2018-12-27test: refactor stdio handling in test-esm-cjs-mainRichard Lau
2018-12-25test: refactor test-esm-namespace.mjsRich Trott
2018-12-18test: add signal check to test-esm-cjs-mainRich Trott
2018-12-15test: run eslint on test file and fix errorsRuben Bridgewater