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 986e8d3 commit f2a0ecfCopy full SHA for f2a0ecf
doc/api/esm.md
@@ -334,8 +334,7 @@ fs.readFileSync === readFileSync;
334
335
## `import()` expressions
336
337
-[Dynamic `import()`][] provides a dynamic and asynchronous way to import modules,
338
-unlike the static `import from` statement.
+[Dynamic `import()`][] provides an asynchronous way to import modules.
339
340
This makes it a common method for loading ES modules from a CommonJS context.
341
It is supported in both CommonJS and ES modules and can load both module types.
0 commit comments