Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Check warning on line 11 in doc/api/esm.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
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 @@

## JSON modules

<!-- YAML
changes:
- version: v18.20.5
pr-url: https://github.com/nodejs/node/pull/55333

Check warning on line 559 in doc/api/esm.md

View workflow job for this annotation

GitHub Actions / lint-pr-url

pr-url doesn't match the URL of the current PR.
description: JSON modules are no longer experimental.
-->

> Stability: 2 - Stable

JSON files can be referenced by `import`:
Expand Down
Loading