Skip to content

Commit 9e4ad36

Browse files
author
jablko/TypeScript-Website@refs/heads/patch-12:.github/workflows/sync-option-descriptions.yml
committed
🤖 Sync option descriptions <- jablko/TypeScript-Website@refs/heads/patch-12
1 parent f2e5947 commit 9e4ad36

File tree

2 files changed

+7168
-7195
lines changed

2 files changed

+7168
-7195
lines changed

‎src/compiler/commandLineParser.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ namespace ts {
229229
type: "boolean",
230230
showInSimplifiedHelpView: true,
231231
category: Diagnostics.Output_Formatting,
232-
description: Diagnostics.Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read,
232+
description: Diagnostics.Enable_color_and_formatting_in_output_to_make_compiler_errors_easier_to_read,
233233
defaultValueDescription: "true"
234234
},
235235
{
@@ -276,7 +276,7 @@ namespace ts {
276276
shortName: "i",
277277
type: "boolean",
278278
category: Diagnostics.Projects,
279-
description: Diagnostics.Enable_incremental_compilation,
279+
description: Diagnostics.Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects,
280280
transpileOptionValue: undefined,
281281
defaultValueDescription: Diagnostics.false_unless_composite_is_set
282282
},
@@ -567,7 +567,7 @@ namespace ts {
567567
type: "boolean",
568568
showInSimplifiedHelpView: true,
569569
category: Diagnostics.Emit,
570-
description: Diagnostics.Disable_emitting_files_from_a_compilation,
570+
description: Diagnostics.Disable_emitting_file_from_a_compilation,
571571
transpileOptionValue: undefined,
572572
defaultValueDescription: "false"
573573
},
@@ -677,7 +677,7 @@ namespace ts {
677677
affectsSemanticDiagnostics: true,
678678
strictFlag: true,
679679
category: Diagnostics.Type_Checking,
680-
description: Diagnostics.Type_catch_clause_variables_as_unknown_instead_of_any,
680+
description: Diagnostics.Default_catch_clause_variables_as_unknown_instead_of_any,
681681
defaultValueDescription: "false",
682682
},
683683
{
@@ -712,7 +712,7 @@ namespace ts {
712712
type: "boolean",
713713
affectsSemanticDiagnostics: true,
714714
category: Diagnostics.Type_Checking,
715-
description: Diagnostics.Interpret_optional_property_types_as_written_rather_than_adding_undefined,
715+
description: Diagnostics.Differentiate_between_undefined_and_not_present_when_type_checking,
716716
defaultValueDescription: "false",
717717
},
718718
{
@@ -737,7 +737,7 @@ namespace ts {
737737
type: "boolean",
738738
affectsSemanticDiagnostics: true,
739739
category: Diagnostics.Type_Checking,
740-
description: Diagnostics.Include_undefined_in_index_signature_results,
740+
description: Diagnostics.Add_undefined_to_a_type_when_accessed_using_an_index,
741741
defaultValueDescription: "false",
742742
},
743743
{
@@ -1218,7 +1218,7 @@ namespace ts {
12181218
name: "plugin",
12191219
type: "object"
12201220
},
1221-
description: Diagnostics.List_of_language_service_plugins,
1221+
description: Diagnostics.Specify_a_list_of_language_service_plugins_to_include,
12221222
category: Diagnostics.Editor_Support,
12231223

12241224
},

0 commit comments

Comments
 (0)