node/lib/internal/loader
Jan Krems d7192c4e6a 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.

Backport-PR-URL: https://github.com/nodejs/node/pull/17823
PR-URL: https://github.com/nodejs/node/pull/15713
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
2018-08-16 11:38:48 +10:00
..
Loader.js module: Set dynamic import callback 2018-08-16 11:38:48 +10:00
ModuleJob.js lib: refactor ES module loader for readability 2018-04-12 18:12:53 +01:00
ModuleMap.js
ModuleRequest.js module: fix for #17130 shared loader cjs dep 2017-12-20 01:59:31 +00:00
ModuleWrap.js module: Set dynamic import callback 2018-08-16 11:38:48 +10:00
search.js src: add internalBindings for binding isolation 2017-10-17 23:27:32 -07:00