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 054f4e6 commit 1d53d36Copy full SHA for 1d53d36
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