Skip to content

Commit 37dddf8

Browse files
bengljuan-fernandez
authored andcommitted
quick readme update for ESM (#4331)
1 parent 12a2adf commit 37dddf8

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,9 @@ Changes associated with each individual release are documented on the [GitHub Re
6666
Please read the [CONTRIBUTING.md](https://github.com/DataDog/dd-trace-js/blob/master/CONTRIBUTING.md) document before contributing to this open source project.
6767

6868

69-
## Experimental ESM Support
69+
## EcmaScript Modules (ESM) Support
7070

71-
> **Warning**
72-
>
73-
> ESM support has been temporarily disabled starting from Node 20 as significant
74-
> changes are in progress.
75-
76-
ESM support is currently in the experimental stages, while CJS has been supported
77-
since inception. This means that code loaded using `require()` should work fine
78-
but code loaded using `import` might not always work.
79-
80-
Use the following command to enable experimental ESM support with your application:
71+
ESM support requires an additional command-line argument. Use the following to enable experimental ESM support with your application:
8172

8273
Node.js < v20.6
8374

0 commit comments

Comments
 (0)