mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 23:16:30 +01:00
59e48329d0
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>
14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
lib/internal/v8.js
|
|
lib/internal/v8_prof_polyfill.js
|
|
lib/punycode.js
|
|
test/addons/??_*
|
|
test/es-module/test-esm-dynamic-import.js
|
|
test/fixtures
|
|
test/message/esm_display_syntax_error.mjs
|
|
tools/eslint
|
|
tools/icu
|
|
tools/remark-*
|
|
node_modules
|
|
benchmark/tmp
|
|
doc/**/*.js
|