From 6a445dd2488223f964b36a805869d43e572d7a77 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 16 Jun 2025 21:44:48 +0200 Subject: [PATCH] doc: add history entry for TS support in hooks --- doc/api/module.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/module.md b/doc/api/module.md index 82812885dc0cf2..f4259a35cd0d50 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -1145,6 +1145,9 @@ changes: - v22.15.0 pr-url: https://github.com/nodejs/node/pull/55698 description: Add support for synchronous and in-thread version. + - version: v22.6.0 + pr-url: https://github.com/nodejs/node/pull/56350 + description: Add support for `source` with format `commonjs-typescript` and `module-typescript`. - version: v20.6.0 pr-url: https://github.com/nodejs/node/pull/47999 description: Add support for `source` with format `commonjs`.