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: nodejs#55855
Refs: nodejs#55333
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
  • Loading branch information
aduh95 committed Nov 23, 2024
1 parent 0283706 commit 0314ffd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<!-- YAML
added: v8.5.0
changes:
- version: v18.20.5
pr-url: https://github.com/nodejs/node/pull/55333
description: Import attributes are no longer experimental.
- version: v18.20.0
pr-url: https://github.com/nodejs/node/pull/50140
description: Add experimental support for import attributes.
Expand Down Expand Up @@ -550,6 +553,13 @@ separate cache.

## JSON modules

<!-- YAML
changes:
- version: 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 0314ffd

Please sign in to comment.