You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,18 +66,9 @@ Changes associated with each individual release are documented on the [GitHub Re
66
66
Please read the [CONTRIBUTING.md](https://github.com/DataDog/dd-trace-js/blob/master/CONTRIBUTING.md) document before contributing to this open source project.
67
67
68
68
69
-
## Experimental ESM Support
69
+
## EcmaScript Modules (ESM) Support
70
70
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:
0 commit comments