diff --git a/doc/api/cli.md b/doc/api/cli.md index 88972b74e8..757efffc02 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1154,7 +1154,7 @@ This feature requires `--allow-worker` if used with the [Permission Model][]. added: v22.7.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate Enables the transformation of TypeScript-only syntax into JavaScript code. Implies `--enable-source-maps`. @@ -1767,7 +1767,7 @@ changes: description: Type stripping is enabled by default. --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate Disable experimental type-stripping for TypeScript files. For more information, see the [TypeScript type-stripping][] documentation. diff --git a/doc/api/module.md b/doc/api/module.md index 5729780a70..a28786ecbd 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -239,7 +239,7 @@ added: - v22.13.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate * `code` {string} The code to strip type annotations from. * `options` {Object} diff --git a/doc/api/process.md b/doc/api/process.md index 3357920930..b36015385e 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -2056,7 +2056,7 @@ added: - v22.10.0 --> -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate * {boolean|string} diff --git a/doc/api/typescript.md b/doc/api/typescript.md index bac78a775f..ff111dc688 100644 --- a/doc/api/typescript.md +++ b/doc/api/typescript.md @@ -12,7 +12,7 @@ changes: -> Stability: 1.1 - Active development +> Stability: 1.2 - Release candidate ## Enabling