Skip to content

Commit 3815f0c

Browse files
devsnekBridgeAR
authored andcommittedJan 19, 2018
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 0a1adc0 commit 3815f0c

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
@@ -132,7 +132,7 @@ module. This can be one of the following:
132132
| `format` | Description |
133133
| --- | --- |
134134
| `"esm"` | Load a standard JavaScript module |
135-
| `"cjs"` | Load a node-style CommonJS module |
135+
| `"commonjs"` | Load a node-style CommonJS module |
136136
| `"builtin"` | Load a node builtin CommonJS module |
137137
| `"json"` | Load a JSON file |
138138
| `"addon"` | Load a [C++ Addon][addons] |

0 commit comments

Comments
 (0)
Please sign in to comment.