We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1183ac commit 6edbfdeCopy full SHA for 6edbfde
doc/api/esm.md
@@ -33,7 +33,8 @@ node --experimental-modules my-app.mjs
33
### Supported
34
35
Only the CLI argument for the main entry point to the program can be an entry
36
-point into an ESM graph.
+point into an ESM graph. Dynamic import can also be used to create entry points
37
+into ESM graphs at runtime.
38
39
### Unsupported
40
0 commit comments