55<!-- YAML
66added: v8.5.0
77changes:
8+ - version:
9+ - REPLACEME
10+ pr-url: https://github.com/nodejs/node/pull/35781
11+ description: Stabilize modules implementation.
812 - version:
913 - v14.13.0
1014 pr-url: https://github.com/nodejs/node/pull/35249
@@ -29,7 +33,7 @@ changes:
2933 `"type"` field.
3034-->
3135
32- > Stability: 1 - Experimental
36+ > Stability: 2 - Stable
3337
3438## Introduction
3539
@@ -61,15 +65,9 @@ console.log(addTwo(4));
6165```
6266
6367Node.js fully supports ECMAScript modules as they are currently specified and
64- provides limited interoperability between them and the existing module format,
68+ provides interoperability between them and its original module format,
6569[ CommonJS] [ ] .
6670
67- Node.js contains support for ES Modules based upon the
68- [ Node.js EP for ES Modules] [ ] and the [ ECMAScript-modules implementation] [ ] .
69-
70- Expect major changes in the implementation including interoperability support,
71- specifier resolution, and default behavior.
72-
7371<!-- Anchors to make sure old links find a target -->
7472<i id =" esm_package_json_type_field " ></i >
7573<i id =" esm_package_scope_and_file_extensions " ></i >
@@ -1300,9 +1298,7 @@ success!
13001298[Core modules]: modules .md #modules_core_modules
13011299[Dynamic ` import()` ]: https: // wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#Dynamic_Imports
13021300[ECMAScript Top- Level ` await` proposal]: https: // github.com/tc39/proposal-top-level-await/
1303- [ECMAScript- modules implementation]: https: // github.com/nodejs/modules/blob/master/doc/plan-for-new-modules-implementation.md
13041301[ES Module Integration Proposal for Web Assembly]: https: // github.com/webassembly/esm-integration
1305- [Node .js EP for ES Modules]: https: // github.com/nodejs/node-eps/blob/master/002-es-modules.md
13061302[Node .js Module Resolution Algorithm]: #esm_resolver_algorithm_specification
13071303[Terminology]: #esm_terminology
13081304[URL ]: https: // url.spec.whatwg.org/
0 commit comments