File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,9 @@ console.log(addTwo(4));
6565```
6666
6767Node.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 >
You can’t perform that action at this time.
0 commit comments