We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8657e2 commit 1f2fcf1Copy full SHA for 1f2fcf1
doc/api/esm.md
@@ -7,6 +7,9 @@
7
<!-- YAML
8
added: v8.5.0
9
changes:
10
+ - version: v23.1.0
11
+ pr-url: https://github.com/nodejs/node/pull/55333
12
+ description: Import attributes are no longer experimental.
13
- version:
14
- v21.0.0
15
- v20.10.0
@@ -628,6 +631,13 @@ separate cache.
628
631
629
632
## JSON modules
630
633
634
+<!-- YAML
635
+changes:
636
637
638
+ description: JSON modules are no longer experimental.
639
+-->
640
+
641
> Stability: 2 - Stable
642
643
JSON files can be referenced by `import`:
0 commit comments