Skip to content

Commit

Permalink
doc: add history entries for JSON modules stabilization
Browse files Browse the repository at this point in the history
PR-URL: #55855
Refs: #55333
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Jacob Smith <[email protected]>
  • Loading branch information
aduh95 authored Nov 16, 2024
1 parent b67986f commit a6d853c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<!-- YAML
added: v8.5.0
changes:
- version:
- v23.1.0
- v18.20.5
pr-url: https://github.com/nodejs/node/pull/55333
description: Import attributes are no longer experimental.
- version:
- v21.0.0
- v20.10.0
Expand Down Expand Up @@ -628,6 +633,15 @@ separate cache.
## JSON modules
<!-- YAML
changes:
- version:
- v23.1.0
- v18.20.5
pr-url: https://github.com/nodejs/node/pull/55333
description: JSON modules are no longer experimental.
-->
> Stability: 2 - Stable
JSON files can be referenced by `import`:
Expand Down

0 comments on commit a6d853c

Please sign in to comment.