Skip to content

Commit 0f3deff

Browse files
committed
update intro text to reflect stability
1 parent 0137e0f commit 0f3deff

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/api/esm.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,9 @@ console.log(addTwo(4));
6565
```
6666

6767
Node.js fully supports ECMAScript modules as they are currently specified and
68-
provides limited interoperability between them and the existing module format,
68+
provides interoperability between them and its original module format,
6969
[CommonJS][].
7070

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-
7771
<!-- Anchors to make sure old links find a target -->
7872
<i id="#esm_package_json_type_field"></i>
7973
<i id="#esm_package_scope_and_file_extensions"></i>

0 commit comments

Comments
 (0)