Skip to content

Commit 3984bc1

Browse files
doc: mark type stripping as release candidate
PR-URL: #57705 Refs: nodejs/typescript#24 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Jacob Smith <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jordan Harband <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Geoffrey Booth <[email protected]>
1 parent 0dc4725 commit 3984bc1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ This feature requires `--allow-worker` if used with the [Permission Model][].
11541154
added: v22.7.0
11551155
-->
11561156

1157-
> Stability: 1.1 - Active development
1157+
> Stability: 1.2 - Release candidate
11581158
11591159
Enables the transformation of TypeScript-only syntax into JavaScript code.
11601160
Implies `--enable-source-maps`.
@@ -1767,7 +1767,7 @@ changes:
17671767
description: Type stripping is enabled by default.
17681768
-->
17691769

1770-
> Stability: 1.1 - Active development
1770+
> Stability: 1.2 - Release candidate
17711771
17721772
Disable experimental type-stripping for TypeScript files.
17731773
For more information, see the [TypeScript type-stripping][] documentation.

doc/api/module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ added:
239239
- v22.13.0
240240
-->
241241
242-
> Stability: 1.1 - Active development
242+
> Stability: 1.2 - Release candidate
243243
244244
* `code` {string} The code to strip type annotations from.
245245
* `options` {Object}

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2056,7 +2056,7 @@ added:
20562056
- v22.10.0
20572057
-->
20582058
2059-
> Stability: 1.1 - Active development
2059+
> Stability: 1.2 - Release candidate
20602060
20612061
* {boolean|string}
20622062

doc/api/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ changes:
1212

1313
<!--introduced_in=v22.6.0-->
1414

15-
> Stability: 1.1 - Active development
15+
> Stability: 1.2 - Release candidate
1616
1717
## Enabling
1818

0 commit comments

Comments
 (0)