Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d3f3bf6

Browse filesBrowse files
h-a-n-aruyadorno
authored andcommitted
doc: fix typo
PR-URL: #44262 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 3dadc95 commit d3f3bf6
Copy full SHA for d3f3bf6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/packages.md‎

Copy file name to clipboardExpand all lines: doc/api/packages.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ There is the ECMAScript module loader:
126126
* It accepts only `.js`, `.mjs`, and `.cjs` extensions for JavaScript text
127127
files.
128128
* 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,
129+
are passed through the `cjs-module-lexer` to try to identify named exports,
130130
which are available if they can be determined through static analysis.
131131
Imported CommonJS modules have their URLs converted to absolute
132132
paths and are then loaded via the CommonJS module loader.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.