summaryrefslogtreecommitdiff
path: root/test/es-module
AgeCommit message (Expand)Author
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