We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1444161 commit f0fd177Copy full SHA for f0fd177
doc/api/esm.md
@@ -7,6 +7,9 @@
7
<!-- YAML
8
added: v8.5.0
9
changes:
10
+ - version: REPLACEME
11
+ pr-url: https://github.com/nodejs/node/pull/55333
12
+ description: Import attributes are no longer experimental.
13
- version: v20.10.0
14
pr-url: https://github.com/nodejs/node/pull/50140
15
description: Add experimental support for import attributes.
@@ -588,6 +591,13 @@ separate cache.
588
591
589
592
## JSON modules
590
593
594
+<!-- YAML
595
+changes:
596
597
598
+ description: JSON modules are no longer experimental.
599
+-->
600
+
601
> Stability: 2 - Stable
602
603
JSON files can be referenced by `import`:
0 commit comments