Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add history entries for JSON modules stabilization #55855

Merged
merged 1 commit into from
Nov 16, 2024
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
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

Check warning on line 13 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:
- v21.0.0
- v20.10.0
Expand Down Expand Up @@ -628,6 +633,15 @@

## JSON modules

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

Check warning on line 641 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