Skip to content

Commit f0fd177

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> Backport-PR-URL: #55961
1 parent 1444161 commit f0fd177

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: v20.10.0
1114
pr-url: https://github.com/nodejs/node/pull/50140
1215
description: Add experimental support for import attributes.
@@ -588,6 +591,13 @@ separate cache.
588591
589592
## JSON modules
590593
594+
<!-- YAML
595+
changes:
596+
- version: REPLACEME
597+
pr-url: https://github.com/nodejs/node/pull/55333
598+
description: JSON modules are no longer experimental.
599+
-->
600+
591601
> Stability: 2 - Stable
592602
593603
JSON files can be referenced by `import`:

0 commit comments

Comments
 (0)