We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6217a commit 61df843Copy full SHA for 61df843
doc/api/esm.md
@@ -133,7 +133,7 @@ module. This can be one of the following:
133
| `format` | Description |
134
| --- | --- |
135
| `"esm"` | Load a standard JavaScript module |
136
-| `"cjs"` | Load a node-style CommonJS module |
+| `"commonjs"` | Load a node-style CommonJS module |
137
| `"builtin"` | Load a node builtin CommonJS module |
138
| `"json"` | Load a JSON file |
139
| `"addon"` | Load a [C++ Addon][addons] |
0 commit comments