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: nodejs#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 11, 2024
1 parent 8bb564e commit 27465d9
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 @@ -935,7 +935,7 @@ JavaScript.
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 Expand Up @@ -1060,7 +1060,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
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 @@ -1985,7 +1985,7 @@ A boolean value that is `true` if the current Node.js build includes support for
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 27465d9

Please sign in to comment.