Skip to content

Commit 24065b9

Browse files
guybedfordcodebytere
authored andcommitted
doc: mark modules implementation as stable
PR-URL: #35781 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
1 parent 15ff155 commit 24065b9

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

doc/api/esm.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<!-- YAML
66
added: v8.5.0
77
changes:
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

6367
Node.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

Comments
 (0)