We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d91e8 commit 64fb9e6Copy full SHA for 64fb9e6
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:
14
- v21.0.0
15
- v20.10.0
@@ -606,6 +609,13 @@ separate cache.
606
609
607
610
## JSON modules
608
611
612
+<!-- YAML
613
+changes:
614
615
616
+ description: JSON modules are no longer experimental.
617
+-->
618
+
619
> Stability: 2 - Stable
620
621
JSON files can be referenced by `import`:
0 commit comments