From fa61dced440e35d8aa655eb873f97b380b8e77ff Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Sun, 27 Oct 2024 09:35:11 -0500 Subject: [PATCH] doc: move typescript support to active development PR-URL: https://github.com/nodejs/node/pull/55536 Reviewed-By: Jacob Smith Reviewed-By: Yagiz Nizipli Reviewed-By: Matteo Collina Reviewed-By: Jake Yuesong Li Reviewed-By: Chemi Atlow Reviewed-By: Moshe Atlow --- doc/api/cli.md | 4 ++-- doc/api/module.md | 2 +- doc/api/process.md | 2 +- doc/api/typescript.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 07c75d11ad8d46..eff03727e86f12 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -982,7 +982,7 @@ JavaScript. added: v22.7.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development Enables the transformation of TypeScript-only syntax into JavaScript code. Implies `--experimental-strip-types` and `--enable-source-maps`. @@ -1120,7 +1120,7 @@ Enable the experimental [`node:sqlite`][] module. added: v22.6.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development Enable experimental type-stripping for TypeScript files. For more information, see the [TypeScript type-stripping][] documentation. diff --git a/doc/api/module.md b/doc/api/module.md index dcee85d6d00793..26469eb18aa41c 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -358,7 +358,7 @@ resolution and loading behavior. See [Customization hooks][]. added: REPLACEME --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development * `code` {string} The code to strip type annotations from. * `options` {Object} diff --git a/doc/api/process.md b/doc/api/process.md index f30b3ee335b9f5..b56d0e4e1386bd 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1993,7 +1993,7 @@ A boolean value that is `true` if the current Node.js build includes support for added: v23.0.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development * {boolean|string} diff --git a/doc/api/typescript.md b/doc/api/typescript.md index 3b3f615953cb93..c6dfb774c3f068 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -7,7 +7,7 @@ changes: description: Added `--experimental-transform-types` flag. --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development ## Enabling @@ -50,7 +50,7 @@ To use TypeScript with full support for all TypeScript features, including added: v22.6.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development The flag [`--experimental-strip-types`][] enables Node.js to run TypeScript files. By default Node.js will execute only files that contain no