Skip to content

Commit 61df843

Browse files
devsnekevanlucas
authored andcommitted
doc: cjs format is now commonjs
PR-URL: #18165 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent ee6217a commit 61df843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ module. This can be one of the following:
133133
| `format` | Description |
134134
| --- | --- |
135135
| `"esm"` | Load a standard JavaScript module |
136-
| `"cjs"` | Load a node-style CommonJS module |
136+
| `"commonjs"` | Load a node-style CommonJS module |
137137
| `"builtin"` | Load a node builtin CommonJS module |
138138
| `"json"` | Load a JSON file |
139139
| `"addon"` | Load a [C++ Addon][addons] |

0 commit comments

Comments
 (0)