doc: mark type stripping as release candidate

PR-URL: https://github.com/nodejs/node/pull/57705
Refs: https://github.com/nodejs/typescript/issues/24
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Jacob Smith <jacob@frende.me>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
This commit is contained in:
Marco Ippolito
2025-04-03 14:15:40 +02:00
committed by GitHub
parent 0dc4725909
commit 3984bc1a36
4 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

@@ -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}

View File

@@ -2056,7 +2056,7 @@ added:
- v22.10.0
-->
> Stability: 1.1 - Active development
> Stability: 1.2 - Release candidate
* {boolean|string}

View File

@@ -12,7 +12,7 @@ changes:
<!--introduced_in=v22.6.0-->
> Stability: 1.1 - Active development
> Stability: 1.2 - Release candidate
## Enabling