diff --git a/doc/api/cli.md b/doc/api/cli.md index 552d00ef07a404..321d2b9ec130ea 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1042,7 +1042,7 @@ Use this flag to enable [ShadowRealm][] support. added: v22.6.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development Enable experimental type-stripping for TypeScript files. For more information, see the [TypeScript type-stripping][] documentation. @@ -1096,7 +1096,7 @@ Enable module mocking in the test runner. added: v22.7.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development Enables the transformation of TypeScript-only syntax into JavaScript code. Implies `--experimental-strip-types` and `--enable-source-maps`. diff --git a/doc/api/module.md b/doc/api/module.md index 0b86ddf8307e2f..d0c3f82d71dae2 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -358,7 +358,7 @@ resolution and loading behavior. See [Customization hooks][]. added: REPLACEME --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development * `code` {string} The code to strip type annotations from. * `options` {Object} diff --git a/doc/api/process.md b/doc/api/process.md index fe28d9e0dab49e..78c60861d69243 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2009,7 +2009,7 @@ This value is therefore identical to that of `process.features.tls`. added: v22.10.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development * {boolean|string} diff --git a/doc/api/typescript.md b/doc/api/typescript.md index 4415d2ea5e34aa..d2680670a5f316 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -7,7 +7,7 @@ changes: description: Added `--experimental-transform-types` flag. --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development ## Enabling @@ -50,7 +50,7 @@ To use TypeScript with full support for all TypeScript features, including added: v22.6.0 --> -> Stability: 1.0 - Early development +> Stability: 1.1 - Active development The flag [`--experimental-strip-types`][] enables Node.js to run TypeScript files. By default Node.js will execute only files that contain no