Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fa61dce

Browse filesBrowse files
marco-ippolitoRafaelGSS
authored andcommitted
doc: move typescript support to active development
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>
1 parent f77bf65 commit fa61dce
Copy full SHA for fa61dce

File tree

Expand file treeCollapse file tree

4 files changed

+6
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-6
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ JavaScript.
982982
added: v22.7.0
983983
-->
984984

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

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

‎doc/api/module.md‎

Copy file name to clipboardExpand all lines: doc/api/module.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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}
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19931993
added: v23.0.0
19941994
-->
19951995
1996-
> Stability: 1.0 - Early development
1996+
> Stability: 1.1 - Active development
19971997
19981998
* {boolean|string}
19991999
Collapse file

‎doc/api/typescript.md‎

Copy file name to clipboardExpand all lines: doc/api/typescript.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.