We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0137e0f commit 0f3deffCopy full SHA for 0f3deff
doc/api/esm.md
@@ -65,15 +65,9 @@ console.log(addTwo(4));
65
```
66
67
Node.js fully supports ECMAScript modules as they are currently specified and
68
-provides limited interoperability between them and the existing module format,
+provides interoperability between them and its original module format,
69
[CommonJS][].
70
71
-Node.js contains support for ES Modules based upon the
72
-[Node.js EP for ES Modules][] and the [ECMAScript-modules implementation][].
73
-
74
-Expect major changes in the implementation including interoperability support,
75
-specifier resolution, and default behavior.
76
77
<!-- Anchors to make sure old links find a target -->
78
<i id="#esm_package_json_type_field"></i>
79
<i id="#esm_package_scope_and_file_extensions"></i>
0 commit comments