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 1d53d36 commit fd3bb5cCopy full SHA for fd3bb5c
doc/api/esm.md
@@ -336,7 +336,7 @@ fs.readFileSync === readFileSync;
336
337
[Dynamic `import()`][] provides an asynchronous way to import modules.
338
339
-This makes it a common method for loading ES modules from a CommonJS context.
+This makes it a common method for loading ES modules from a [CommonJS][] context.
340
It is supported in both CommonJS and ES modules and can load both module types.
341
342
Note, however, that [Dynamic `import()`][] is not the only way to load an ES module in a CommonJS module.
0 commit comments