Skip to content

Commit a93a8b5

Browse files
marco-ippolitorichardlau
authored andcommitted
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 2986eca commit a93a8b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ This feature requires `--allow-worker` if used with the [Permission Model][].
11961196
added: v22.7.0
11971197
-->
11981198

1199-
> Stability: 1.1 - Active development
1199+
> Stability: 1.2 - Release candidate
12001200
12011201
Enables the transformation of TypeScript-only syntax into JavaScript code.
12021202
Implies `--enable-source-maps`.
@@ -1816,7 +1816,7 @@ changes:
18161816
description: Type stripping is enabled by default.
18171817
-->
18181818

1819-
> Stability: 1.1 - Active development
1819+
> Stability: 1.2 - Release candidate
18201820
18211821
Disable experimental type-stripping for TypeScript files.
18221822
For more information, see the [TypeScript type-stripping][] documentation.

doc/api/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ See [Customization hooks][].
383383
added: v22.13.0
384384
-->
385385
386-
> Stability: 1.1 - Active development
386+
> Stability: 1.2 - Release candidate
387387
388388
* `code` {string} The code to strip type annotations from.
389389
* `options` {Object}

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ This value is therefore identical to that of `process.features.tls`.
20632063
added: v22.10.0
20642064
-->
20652065
2066-
> Stability: 1.1 - Active development
2066+
> Stability: 1.2 - Release candidate
20672067
20682068
* Type: {boolean|string}
20692069

doc/api/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ changes:
1515

1616
<!--introduced_in=v22.6.0-->
1717

18-
> Stability: 1.1 - Active development
18+
> Stability: 1.2 - Release candidate
1919
2020
## Enabling
2121

0 commit comments

Comments
 (0)