Skip to content

Commit eb0ae33

Browse files
ctcpipwesleytodd
andauthored
Apply suggestion from @wesleytodd
Co-authored-by: Wes Todd <wes@wesleytodd.com>
1 parent 68eb3d0 commit eb0ae33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/adr/esm-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Adopting ESM for our libraries would require a significant investment of time an
7373
Support for commonjs imports in ESM code is available in the node. Described in docs:
7474
- https://nodejs.org/api/esm.html#interoperability-with-commonjs
7575

76-
Support for ESM modules imports in commonjs is available since node v20 behind the experimental flag and node v23 without a flag. Docs:
76+
Support for ESM modules imports in commonjs is available in recent LTS Node.js versions. Docs:
7777
- https://nodejs.org/api/modules.html#loading-ecmascript-modules-using-require
7878

7979
## Changelog

0 commit comments

Comments
 (0)