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 34c6882

Browse filesBrowse files
marco-ippolitoruyadorno
authored andcommitted
doc: move typescript support to active development
PR-URL: #55536 Backport-PR-URL: #56208 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 6575b76 commit 34c6882
Copy full SHA for 34c6882

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
@@ -1042,7 +1042,7 @@ Use this flag to enable [ShadowRealm][] support.
10421042
added: v22.6.0
10431043
-->
10441044

1045-
> Stability: 1.0 - Early development
1045+
> Stability: 1.1 - Active development
10461046
10471047
Enable experimental type-stripping for TypeScript files.
10481048
For more information, see the [TypeScript type-stripping][] documentation.
@@ -1096,7 +1096,7 @@ Enable module mocking in the test runner.
10961096
added: v22.7.0
10971097
-->
10981098

1099-
> Stability: 1.0 - Early development
1099+
> Stability: 1.1 - Active development
11001100
11011101
Enables the transformation of TypeScript-only syntax into JavaScript code.
11021102
Implies `--experimental-strip-types` and `--enable-source-maps`.
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
@@ -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}
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
@@ -2009,7 +2009,7 @@ This value is therefore identical to that of `process.features.tls`.
20092009
added: v22.10.0
20102010
-->
20112011
2012-
> Stability: 1.0 - Early development
2012+
> Stability: 1.1 - Active development
20132013
20142014
* {boolean|string}
20152015
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.