From 3984bc1a368ed473dccaa335c48c3227ace2f9ce Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Thu, 3 Apr 2025 14:15:40 +0200 Subject: [PATCH] doc: mark type stripping as release candidate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/57705 Refs: https://github.com/nodejs/typescript/issues/24 Reviewed-By: Matteo Collina Reviewed-By: Michaƫl Zasso Reviewed-By: Moshe Atlow Reviewed-By: Jacob Smith Reviewed-By: James M Snell Reviewed-By: Jordan Harband Reviewed-By: Minwoo Jung Reviewed-By: Zijian Liu Reviewed-By: Geoffrey Booth --- doc/api/cli.md | 4 ++-- doc/api/module.md | 2 +- doc/api/process.md | 2 +- doc/api/typescript.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 88972b74e8..757efffc02 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1154,7 +1154,7 @@ This feature requires `--allow-worker` if used with the [Permission Model][]. added: v22.7.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate Enables the transformation of TypeScript-only syntax into JavaScript code. Implies `--enable-source-maps`. @@ -1767,7 +1767,7 @@ changes: description: Type stripping is enabled by default. --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate Disable 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 5729780a70..a28786ecbd 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -239,7 +239,7 @@ added: - v22.13.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate * `code` {string} The code to strip type annotations from. * `options` {Object} diff --git a/doc/api/process.md b/doc/api/process.md index 3357920930..b36015385e 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2056,7 +2056,7 @@ added: - v22.10.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate * {boolean|string} diff --git a/doc/api/typescript.md b/doc/api/typescript.md index bac78a775f..ff111dc688 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -12,7 +12,7 @@ changes: -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate ## Enabling