Skip to content

Commit 33548f8

Browse files
committedFeb 10, 2025··
doc: add history entries for JSON modules stabilization
PR-URL: #55855 Backport-PR-URL: #55962 Refs: #55333 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jacob Smith <jacob@frende.me>
1 parent e12bdf6 commit 33548f8

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: v18.20.5
11+
pr-url: https://github.com/nodejs/node/pull/55333
12+
description: Import attributes are no longer experimental.
1013
- version: v18.20.0
1114
pr-url: https://github.com/nodejs/node/pull/50140
1215
description: Add experimental support for import attributes.
@@ -550,6 +553,13 @@ separate cache.
550553

551554
## JSON modules
552555

556+
<!-- YAML
557+
changes:
558+
- version: v18.20.5
559+
pr-url: https://github.com/nodejs/node/pull/55333
560+
description: JSON modules are no longer experimental.
561+
-->
562+
553563
> Stability: 2 - Stable
554564

555565
JSON files can be referenced by `import`:

0 commit comments

Comments
 (0)
Please sign in to comment.