summaryrefslogtreecommitdiff
path: root/test/es-module
AgeCommit message (Expand)Author
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
2018-06-18loader: remove unused error code in module_jobGus Caplan
2018-06-13esm: ensure require.main for CJS top-level loadsGuy Bedford
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-04-10module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan
2018-04-01module: skip preserveSymlinks for mainGuy Bedford
2018-03-28lib: rename js source to lower snake_caseDaniel Bevenius
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-21test: move ESM fixtures to fixtures dirMichaël Zasso
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-05module: fix cyclical dynamic importBradley Farias
2018-03-01test: specify 'dir' for directory symlinksKyle Farnung
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-31module: enable dynamic import flag for esmodulesMyles Borins
2018-01-19test: replace assert.equal with assert.strictEqualSho Miyamoto
2018-01-15module: refactor loaderGus Caplan
2017-11-29module: Set dynamic import callbackJan Krems
2017-11-28module: fix for #17130 shared loader cjs depGuy Bedford
2017-11-28test: add es6 module global leakage testsWhoMeNope
2017-11-12loader: test search moduleCyril Lakech
2017-11-01test: increase coverage for ModuleMapRob Paton
2017-10-28module: fix hook module CJS dependency loadingguybedford
2017-10-21module: fix main resolution and not found updatesGuy Bedford
2017-10-16test: replace fixturesDir with fixtures modulehschwalm
2017-10-14module: allow loading files with % in the nameGuy Bedford
2017-10-13test: fix test-esm-addonsRich Trott
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-10-01test: update es-module.status prefixJack Horton
2017-09-27build: run es-module tests in CIBenjamin Coe
2017-09-07module: Allow runMain to be ESMBradley Farias