| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6575b76 commit 34c6882
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1042,7 +1042,7 @@ Use this flag to enable [ShadowRealm][] support. | |||
| 1042 | 1042 | added: v22.6.0 | |
| 1043 | 1043 | --> | |
| 1044 | 1044 | ||
| 1045 | - > Stability: 1.0 - Early development | ||
| 1045 | + > Stability: 1.1 - Active development | ||
| 1046 | 1046 | ||
| 1047 | 1047 | Enable experimental type-stripping for TypeScript files. | |
| 1048 | 1048 | For more information, see the [TypeScript type-stripping][] documentation. | |
@@ -1096,7 +1096,7 @@ Enable module mocking in the test runner. | |||
| 1096 | 1096 | added: v22.7.0 | |
| 1097 | 1097 | --> | |
| 1098 | 1098 | ||
| 1099 | - > Stability: 1.0 - Early development | ||
| 1099 | + > Stability: 1.1 - Active development | ||
| 1100 | 1100 | ||
| 1101 | 1101 | Enables the transformation of TypeScript-only syntax into JavaScript code. | |
| 1102 | 1102 | Implies `--experimental-strip-types` and `--enable-source-maps`. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -276,7 +276,7 @@ resolution and loading behavior. See [Customization hooks][]. | |||
| 276 | 276 | added: REPLACEME | |
| 277 | 277 | --> | |
| 278 | 278 | ||
| 279 | - > Stability: 1.0 - Early development | ||
| 279 | + > Stability: 1.1 - Active development | ||
| 280 | 280 | ||
| 281 | 281 | * `code` {string} The code to strip type annotations from. | |
| 282 | 282 | * `options` {Object} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2009,7 +2009,7 @@ This value is therefore identical to that of `process.features.tls`. | |||
| 2009 | 2009 | added: v22.10.0 | |
| 2010 | 2010 | --> | |
| 2011 | 2011 | ||
| 2012 | - > Stability: 1.0 - Early development | ||
| 2012 | + > Stability: 1.1 - Active development | ||
| 2013 | 2013 | ||
| 2014 | 2014 | * {boolean|string} | |
| 2015 | 2015 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,7 @@ changes: | |||
| 7 | 7 | description: Added `--experimental-transform-types` flag. | |
| 8 | 8 | --> | |
| 9 | 9 | ||
| 10 | - > Stability: 1.0 - Early development | ||
| 10 | + > Stability: 1.1 - Active development | ||
| 11 | 11 | ||
| 12 | 12 | ## Enabling | |
| 13 | 13 | ||
@@ -50,7 +50,7 @@ To use TypeScript with full support for all TypeScript features, including | |||
| 50 | 50 | added: v22.6.0 | |
| 51 | 51 | --> | |
| 52 | 52 | ||
| 53 | - > Stability: 1.0 - Early development | ||
| 53 | + > Stability: 1.1 - Active development | ||
| 54 | 54 | ||
| 55 | 55 | The flag [`--experimental-strip-types`][] enables Node.js to run TypeScript | |
| 56 | 56 | files. By default Node.js will execute only files that contain no | |
| Back | FazBrowse Home | New Git URL |
0 commit comments