0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/es-module
Jan Krems 59e48329d0 module: Set dynamic import callback
This is an initial implementation to support dynamic import in
both scripts and modules. It's off by default since support for
dynamic import is still flagged in V8. Without setting the V8 flag,
this code won't be executed.

This initial version does not support importing into vm contexts.

PR-URL: https://github.com/nodejs/node/pull/15713
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
2017-11-29 14:16:43 -08:00
..
es-module.status test: update es-module.status prefix 2017-10-01 16:10:17 -07:00
esm-snapshot-mutator.js
esm-snapshot.js
json.json module: resolve and instantiate loader pipeline hooks 2017-10-11 08:47:23 -05:00
test-esm-basic-imports.mjs
test-esm-double-encoding-native%20.js module: allow loading files with % in the name 2017-10-14 11:21:10 +02:00
test-esm-double-encoding.mjs module: allow loading files with % in the name 2017-10-14 11:21:10 +02:00
test-esm-dynamic-import.js module: Set dynamic import callback 2017-11-29 14:16:43 -08:00
test-esm-encoded-path-native.js test: replace fixturesDir with fixtures module 2017-10-16 23:50:09 +08:00
test-esm-encoded-path.mjs
test-esm-example-loader.js module: resolve and instantiate loader pipeline hooks 2017-10-11 08:47:23 -05:00
test-esm-forbidden-globals.mjs
test-esm-json.mjs test: add es6 module global leakage tests 2017-11-28 03:01:52 +01:00
test-esm-loader-dependency.mjs module: fix hook module CJS dependency loading 2017-10-28 13:22:55 +02:00
test-esm-loader-modulemap.js test: increase coverage for ModuleMap 2017-11-01 13:31:24 -07:00
test-esm-loader-search.js loader: test search module 2017-11-12 10:54:11 -08:00
test-esm-named-exports.mjs test: add es6 module global leakage tests 2017-11-28 03:01:52 +01:00
test-esm-namespace.mjs test: add es6 module global leakage tests 2017-11-28 03:01:52 +01:00
test-esm-ok.mjs
test-esm-preserve-symlinks-not-found-plain.mjs module: fix main resolution and not found updates 2017-10-21 10:45:40 -07:00
test-esm-preserve-symlinks-not-found.mjs module: fix main resolution and not found updates 2017-10-21 10:45:40 -07:00
test-esm-preserve-symlinks.js
test-esm-require-cache.mjs
test-esm-resolve-hook.mjs module: resolve and instantiate loader pipeline hooks 2017-10-11 08:47:23 -05:00
test-esm-shared-loader-dep.mjs module: fix for #17130 shared loader cjs dep 2017-11-28 11:47:30 +02:00
test-esm-shebang.mjs
test-esm-snapshot.mjs test: add es6 module global leakage tests 2017-11-28 03:01:52 +01:00
test-esm-symlink.js
testcfg.py