mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
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>
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
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/node_modules
|
|
tools/icu
|
|
tools/remark-*
|
|
node_modules
|
|
benchmark/tmp
|
|
doc/**/*.js
|