Skip to content

Commit

Permalink
doc: move typescript support to active development
Browse files Browse the repository at this point in the history
PR-URL: #55536
Reviewed-By: Jacob Smith <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Jake Yuesong Li <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
  • Loading branch information
marco-ippolito committed Dec 18, 2024
1 parent 2ee876c commit 587f3e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ Use this flag to enable [ShadowRealm][] support.
added: v22.6.0
-->

> Stability: 1.0 - Early development
> Stability: 1.1 - Active development
Enable experimental type-stripping for TypeScript files.
For more information, see the [TypeScript type-stripping][] documentation.
Expand Down Expand Up @@ -1096,7 +1096,7 @@ Enable module mocking in the test runner.
added: v22.7.0
-->

> Stability: 1.0 - Early development
> Stability: 1.1 - Active development
Enables the transformation of TypeScript-only syntax into JavaScript code.
Implies `--experimental-strip-types` and `--enable-source-maps`.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ resolution and loading behavior. See [Customization hooks][].
added: REPLACEME
-->
> Stability: 1.0 - Early development
> Stability: 1.1 - Active development
* `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 @@ -2009,7 +2009,7 @@ This value is therefore identical to that of `process.features.tls`.
added: v22.10.0
-->
> Stability: 1.0 - Early development
> Stability: 1.1 - Active development
* {boolean|string}
Expand Down
4 changes: 2 additions & 2 deletions doc/api/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ changes:
description: Added `--experimental-transform-types` flag.
-->

> Stability: 1.0 - Early development
> Stability: 1.1 - Active development
## Enabling

Expand Down Expand Up @@ -50,7 +50,7 @@ To use TypeScript with full support for all TypeScript features, including
added: v22.6.0
-->

> Stability: 1.0 - Early development
> Stability: 1.1 - Active development
The flag [`--experimental-strip-types`][] enables Node.js to run TypeScript
files. By default Node.js will execute only files that contain no
Expand Down

0 comments on commit 587f3e8

Please sign in to comment.