Skip to content

Commit 5b60e37

Browse files
doc: move typescript support to active development
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]>
1 parent e1251e3 commit 5b60e37

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ JavaScript.
969969
added: v22.7.0
970970
-->
971971

972-
> Stability: 1.0 - Early development
972+
> Stability: 1.1 - Active development
973973
974974
Enables the transformation of TypeScript-only syntax into JavaScript code.
975975
Implies `--experimental-strip-types` and `--enable-source-maps`.
@@ -1102,7 +1102,7 @@ Enable the experimental [`node:sqlite`][] module.
11021102
added: v22.6.0
11031103
-->
11041104

1105-
> Stability: 1.0 - Early development
1105+
> Stability: 1.1 - Active development
11061106
11071107
Enable experimental type-stripping for TypeScript files.
11081108
For more information, see the [TypeScript type-stripping][] documentation.

doc/api/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ resolution and loading behavior. See [Customization hooks][].
276276
added: REPLACEME
277277
-->
278278
279-
> Stability: 1.0 - Early development
279+
> Stability: 1.1 - Active development
280280
281281
* `code` {string} The code to strip type annotations from.
282282
* `options` {Object}

doc/api/process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1985,7 +1985,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19851985
added: v22.10.0
19861986
-->
19871987
1988-
> Stability: 1.0 - Early development
1988+
> Stability: 1.1 - Active development
19891989
19901990
* {boolean|string}
19911991

doc/api/typescript.md

Lines changed: 2 additions & 2 deletions
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)