We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12bdf6 commit 33548f8Copy full SHA for 33548f8
doc/api/esm.md
@@ -7,6 +7,9 @@
7
<!-- YAML
8
added: v8.5.0
9
changes:
10
+ - version: v18.20.5
11
+ pr-url: https://github.com/nodejs/node/pull/55333
12
+ description: Import attributes are no longer experimental.
13
- version: v18.20.0
14
pr-url: https://github.com/nodejs/node/pull/50140
15
description: Add experimental support for import attributes.
@@ -550,6 +553,13 @@ separate cache.
550
553
551
554
## JSON modules
552
555
556
+<!-- YAML
557
+changes:
558
559
560
+ description: JSON modules are no longer experimental.
561
+-->
562
+
563
> Stability: 2 - Stable
564
565
JSON files can be referenced by `import`:
0 commit comments