We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7b746 commit 0c1e690Copy full SHA for 0c1e690
doc/api/modules.md
@@ -6,7 +6,11 @@
6
7
<!--name=module-->
8
9
-In the Node.js module system, each file is treated as a separate module. For
+CommonJS modules are the original way to package JavaScript code for Node.js.
10
+Node.js also supports the [ECMAScript modules][] standard used by browsers
11
+and other JavaScript runtimes.
12
+
13
+In Node.js, each file is treated as a separate module. For
14
example, consider a file named `foo.js`:
15
16
```js
0 commit comments