Skip to content

Commit 64fb9e6

Browse files
committed
doc: add history entries for JSON modules stabilization
PR-URL: #55855 Refs: #55333 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent 88d91e8 commit 64fb9e6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/api/esm.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<!-- YAML
88
added: v8.5.0
99
changes:
10+
- version: REPLACEME
11+
pr-url: https://github.com/nodejs/node/pull/55333
12+
description: Import attributes are no longer experimental.
1013
- version:
1114
- v21.0.0
1215
- v20.10.0
@@ -606,6 +609,13 @@ separate cache.
606609
607610
## JSON modules
608611
612+
<!-- YAML
613+
changes:
614+
- version: REPLACEME
615+
pr-url: https://github.com/nodejs/node/pull/55333
616+
description: JSON modules are no longer experimental.
617+
-->
618+
609619
> Stability: 2 - Stable
610620
611621
JSON files can be referenced by `import`:

0 commit comments

Comments
 (0)