From 902551aace4f7d403d29fd9890f36563df6dc766 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Mon, 9 Jun 2025 12:01:28 +0200 Subject: [PATCH] module: remove experimental warning from type stripping --- doc/api/typescript.md | 3 +++ lib/internal/modules/typescript.js | 9 +++------ lib/internal/process/execution.js | 9 ++------- test/es-module/test-typescript-eval.mjs | 10 +++++----- test/es-module/test-typescript-module.mjs | 2 +- test/es-module/test-typescript.mjs | 13 ++++++++++++- 6 files changed, 26 insertions(+), 20 deletions(-) diff --git a/doc/api/typescript.md b/doc/api/typescript.md index ff111dc6885ff0..66f95d6b878a1b 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -2,6 +2,9 @@