summaryrefslogtreecommitdiff
path: root/test/es-module
Commit message (Expand)AuthorAgeFilesLines
* vm: add dynamic import supportGus Caplan2018-10-061-35/+0
* test: run ESM tests in parallelMichaël Zasso2018-08-041-1/+1
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-194-14/+3
* test: add test for missing dynamic instantiate hookMichaël Zasso2018-07-031-0/+14
* test: fix ESM testAnna Henningsen2018-06-301-3/+3
* esm: loader hook URL validation and error messagesguybedford2018-06-302-0/+23
* test: lint fixes for ESLint updatecjihrig2018-06-241-0/+1
* module: experimental modules runMain separationguybedford2018-06-212-5/+26
* loader: remove unused error code in module_jobGus Caplan2018-06-181-0/+28
* esm: ensure require.main for CJS top-level loadsGuy Bedford2018-06-131-0/+6
* module: add --preserve-symlinks-mainDavid Goldstein2018-05-131-0/+57
* esm: provide named exports for builtin libsGus Caplan2018-05-113-1/+153
* module: fix `e.stack` error when throwing undefined or nullZhenzhen Zhan2018-04-101-0/+16
* module: skip preserveSymlinks for mainGuy Bedford2018-04-011-0/+25
* lib: rename js source to lower snake_caseDaniel Bevenius2018-03-282-5/+6
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-4/+5
* test: move ESM fixtures to fixtures dirMichaël Zasso2018-03-2121-51/+22
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-152-5/+5
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-2/+1
* module: fix cyclical dynamic importBradley Farias2018-03-051-0/+3
* test: specify 'dir' for directory symlinksKyle Farnung2018-03-011-1/+1
* lint: move eslint to new plugin systemGus Caplan2018-02-2016-16/+16
* module: fix main lookup regression from #18728Guy Bedford2018-02-161-0/+6
* src,lib: implement import.metaMichaël Zasso2018-02-011-0/+22
* test: move tmpdir to submodule of commonRich Trott2018-01-312-4/+6
* module: enable dynamic import flag for esmodulesMyles Borins2018-01-311-1/+1
* test: replace assert.equal with assert.strictEqualSho Miyamoto2018-01-191-2/+2
* module: refactor loaderGus Caplan2018-01-152-2/+2
* module: Set dynamic import callbackJan Krems2017-11-291-0/+113
* module: fix for #17130 shared loader cjs depGuy Bedford2017-11-281-0/+7
* test: add es6 module global leakage testsWhoMeNope2017-11-284-0/+4
* loader: test search moduleCyril Lakech2017-11-121-0/+18
* test: increase coverage for ModuleMapRob Paton2017-11-011-0/+56
* module: fix hook module CJS dependency loadingguybedford2017-10-281-0/+5
* module: fix main resolution and not found updatesGuy Bedford2017-10-212-0/+6
* test: replace fixturesDir with fixtures modulehschwalm2017-10-161-2/+3
* module: allow loading files with % in the nameGuy Bedford2017-10-142-0/+13
* test: fix test-esm-addonsRich Trott2017-10-131-7/+0
* module: resolve and instantiate loader pipeline hooksguybedford2017-10-116-0/+40
* test: update es-module.status prefixJack Horton2017-10-011-1/+1
* build: run es-module tests in CIBenjamin Coe2017-09-271-8/+0
* module: Allow runMain to be ESMBradley Farias2017-09-0716-0/+196