Skip to content

Commit 2a96549

Browse files
doc: move typescript support to active development
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]>
1 parent bca53e8 commit 2a96549

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ JavaScript.
983983
added: v22.7.0
984984
-->
985985

986-
> Stability: 1.0 - Early development
986+
> Stability: 1.1 - Active development
987987
988988
Enables the transformation of TypeScript-only syntax into JavaScript code.
989989
Implies `--experimental-strip-types` and `--enable-source-maps`.
@@ -1121,7 +1121,7 @@ Enable the experimental [`node:sqlite`][] module.
11211121
added: v22.6.0
11221122
-->
11231123

1124-
> Stability: 1.0 - Early development
1124+
> Stability: 1.1 - Active development
11251125
11261126
Enable experimental type-stripping for TypeScript files.
11271127
For more information, see the [TypeScript type-stripping][] documentation.

doc/api/module.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ resolution and loading behavior. See [Customization hooks][].
358358
added: REPLACEME
359359
-->
360360
361-
> Stability: 1.0 - Early development
361+
> Stability: 1.1 - Active development
362362
363363
* `code` {string} The code to strip type annotations from.
364364
* `options` {Object}

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ added:
19971997
- v22.10.0
19981998
-->
19991999
2000-
> Stability: 1.0 - Early development
2000+
> Stability: 1.1 - Active development
20012001
20022002
* {boolean|string}
20032003

doc/api/typescript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ changes:
77
description: Added `--experimental-transform-types` flag.
88
-->
99

10-
> Stability: 1.0 - Early development
10+
> Stability: 1.1 - Active development
1111
1212
## Enabling
1313

@@ -50,7 +50,7 @@ To use TypeScript with full support for all TypeScript features, including
5050
added: v22.6.0
5151
-->
5252

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

0 commit comments

Comments
 (0)