summaryrefslogtreecommitdiff
path: root/test/es-module
Commit message (Expand)AuthorAgeFilesLines
* esm: support loading data URLsBradley Farias2019-08-201-0/+63
* module: add warning when import,export is detected in CJS contextGiorgos Ntemiris2019-08-131-0/+136
* module: pkg exports validations and fallbacksGuy Bedford2019-08-122-30/+72
* module: refine package name validationGuy Bedford2019-08-071-0/+18
* module: exports error as MODULE_NOT_FOUNDGuy Bedford2019-08-011-3/+3
* module: unify package exports test for CJS and ESMJan Krems2019-07-311-26/+85
* module: implement "exports" proposal for CommonJSJan Krems2019-07-231-2/+3
* test: fix assertion argument order in test-esm-namespaceAlex Ramirez2019-07-201-1/+1
* esm: implement "pkg-exports" proposalGuy Bedford2019-07-181-0/+28
* esm: remove experimental status from JSON modulesMyles Borins2019-05-222-2/+3
* esm: use correct error argumentscjihrig2019-05-201-0/+13
* esm: --experimental-wasm-modules integration supportMyles Borins2019-05-171-0/+15
* test: clearing require cache crashes esm loaderAntoine du HAMEL2019-05-141-0/+11
* tools: force common be required before any other modulesZYSzys2019-05-136-6/+6
* tools: fix node-core/required-modules eslint ruleBen Noordhuis2019-05-0622-29/+0
* test: fix ineffective error testsMasashi Hirano2019-04-241-5/+7
* esm: replace --entry-type with --input-typeGeoffrey Booth2019-04-163-16/+7
* esm: phase two of new esm implementationguybedford2019-03-2733-54/+339
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* process: make Symbol.toStringTag writableRuben Bridgewater2019-03-121-0/+1
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-1/+1
* esm: process proxy Symbol.toString fixGuy Bedford2019-03-031-0/+6
* assert: adjust loose assertionsRuben Bridgewater2019-01-271-3/+6
* test: refactor stdio handling in test-esm-cjs-mainRichard Lau2018-12-271-10/+9
* test: refactor test-esm-namespace.mjsRich Trott2018-12-251-1/+1
* test: add signal check to test-esm-cjs-mainRich Trott2018-12-181-1/+2
* test: run eslint on test file and fix errorsRuben Bridgewater2018-12-151-9/+10
* test: remove dead codeRuben Bridgewater2018-12-151-18/+0
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* 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