Skip to content

Commit c570829

Browse files
committed
Fix link to node's docs
1 parent 80766e3 commit c570829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/commonjs-vs-native-ecmascript-modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you must keep `"module": "ESNext"` for `tsc`, webpack, or another build tool,
5050

5151
## Native ECMAScript modules
5252

53-
[Node's ESM loader hooks](https://nodejs.org/api/esm.html#esm_experimental_loaders) are [**experimental**](https://nodejs.org/api/documentation.html#documentation_stability_index) and subject to change. ts-node's ESM support is as stable as possible, but it relies on APIs which node can *and will* break in new versions of node. Thus it is not recommended for production.
53+
[Node's ESM loader hooks](https://nodejs.org/api/esm.html#loaders) are [**experimental**](https://nodejs.org/api/documentation.html#documentation_stability_index) and subject to change. ts-node's ESM support is as stable as possible, but it relies on APIs which node can *and will* break in new versions of node. Thus it is not recommended for production.
5454

5555
For complete usage, limitations, and to provide feedback, see [#1007](https://github.com/TypeStrong/ts-node/issues/1007).
5656

0 commit comments

Comments
 (0)