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 <jacob@frende.me>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
marco-ippolito authored and RafaelGSS committed Nov 1, 2024
1 parent f77bf65 commit fa61dce
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 @@ -982,7 +982,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 @@ -1120,7 +1120,7 @@ Enable the experimental [`node:sqlite`][] module.
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 @@ -1993,7 +1993,7 @@ A boolean value that is `true` if the current Node.js build includes support for
added: v23.0.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 fa61dce

Please sign in to comment.