We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0f8e7 commit a12ef7dCopy full SHA for a12ef7d
doc/api/packages.md
@@ -126,7 +126,7 @@ There is the ECMAScript module loader:
126
* It accepts only `.js`, `.mjs`, and `.cjs` extensions for JavaScript text
127
files.
128
* It can be used to load JavaScript CommonJS modules. Such modules
129
- are passed through the `es-module-lexer` to try to identify named exports,
+ are passed through the `cjs-module-lexer` to try to identify named exports,
130
which are available if they can be determined through static analysis.
131
Imported CommonJS modules have their URLs converted to absolute
132
paths and are then loaded via the CommonJS module loader.
0 commit comments