We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db61d94 commit a9ea109Copy full SHA for a9ea109
1 file changed
docs/adr/esm-support.md
@@ -73,7 +73,7 @@ Adopting ESM for our libraries would require a significant investment of time an
73
Support for commonjs imports in ESM code is available in the node. Described in docs:
74
- https://nodejs.org/api/esm.html#interoperability-with-commonjs
75
76
-Support for ESM modules imports in commonjs is available since node v20 behind the experimental flag and node v23 without a flag. Docs:
+Support for ESM modules imports in commonjs is available in recent LTS Node.js versions. Docs:
77
- https://nodejs.org/api/modules.html#loading-ecmascript-modules-using-require
78
79
## Changelog
0 commit comments