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