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> |
||
|---|---|---|
| .. | ||
| Loader.js | ||
| ModuleJob.js | ||
| ModuleMap.js | ||
| ModuleRequest.js | ||
| ModuleWrap.js | ||
| search.js | ||