mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -2056,7 +2056,7 @@ added:
|
||||
- v22.10.0
|
||||
-->
|
||||
|
||||
> Stability: 1.1 - Active development
|
||||
> Stability: 1.2 - Release candidate
|
||||
|
||||
* {boolean|string}
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ changes:
|
||||
|
||||
<!--introduced_in=v22.6.0-->
|
||||
|
||||
> Stability: 1.1 - Active development
|
||||
> Stability: 1.2 - Release candidate
|
||||
|
||||
## Enabling
|
||||
|
||||
|
||||
Reference in New Issue
Block a user