summaryrefslogtreecommitdiff
path: root/test/es-module
AgeCommit message (Expand)Author
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
2018-12-15test: remove dead codeRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-06vm: add dynamic import supportGus Caplan
2018-08-04test: run ESM tests in parallelMichaël Zasso
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-03test: add test for missing dynamic instantiate hookMichaël Zasso
2018-06-30test: fix ESM testAnna Henningsen
2018-06-30esm: loader hook URL validation and error messagesguybedford
2018-06-24test: lint fixes for ESLint updatecjihrig
2018-06-21module: experimental modules runMain separationguybedford