Skip to content

doc: mark type stripping as release candidate #57705

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -2052,7 +2052,7 @@ added:
- v22.10.0
-->

> Stability: 1.1 - Active development
> Stability: 1.2 - Release candidate

* {boolean|string}

Expand Down
2 changes: 1 addition & 1 deletion doc/api/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ changes:

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

> Stability: 1.1 - Active development
> Stability: 1.2 - Release candidate

## Enabling

Expand Down
Loading