Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a93a8b5

Browse filesBrowse files
marco-ippolitorichardlau
authored andcommitted
doc: mark type stripping as release candidate
PR-URL: #57705 Refs: nodejs/typescript#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>
1 parent 2986eca commit a93a8b5
Copy full SHA for a93a8b5

File tree

Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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.
Collapse file

‎doc/api/module.md‎

Copy file name to clipboardExpand all lines: doc/api/module.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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}
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/api/typescript.md‎

Copy file name to clipboardExpand all lines: doc/api/typescript.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.