Skip to content

Commit 9719974

Browse files
committed
Remove defaultValueDescription: "n/a" from options
1 parent f6c0231 commit 9719974

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ namespace ts {
197197
showInSimplifiedHelpView: false,
198198
category: Diagnostics.Output_Formatting,
199199
description: Diagnostics.Disable_wiping_the_console_in_watch_mode,
200-
defaultValueDescription: "n/a"
201200
},
202201
{
203202
name: "listFiles",
@@ -499,7 +498,6 @@ namespace ts {
499498
category: Diagnostics.Emit,
500499
description: Diagnostics.Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designates_a_file_that_bundles_all_d_ts_output,
501500
transpileOptionValue: undefined,
502-
defaultValueDescription: "n/a"
503501
},
504502
{
505503
name: "outDir",
@@ -510,7 +508,6 @@ namespace ts {
510508
showInSimplifiedHelpView: true,
511509
category: Diagnostics.Emit,
512510
description: Diagnostics.Specify_an_output_folder_for_all_emitted_files,
513-
defaultValueDescription: "n/a"
514511
},
515512
{
516513
name: "rootDir",
@@ -841,7 +838,6 @@ namespace ts {
841838
type: "boolean",
842839
category: Diagnostics.Interop_Constraints,
843840
description: Diagnostics.Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node,
844-
defaultValueDescription: "n/a"
845841
},
846842
{
847843
name: "allowUmdGlobalAccess",
@@ -945,7 +941,6 @@ namespace ts {
945941
category: Diagnostics.Backwards_Compatibility,
946942
paramType: Diagnostics.FILE,
947943
transpileOptionValue: undefined,
948-
defaultValueDescription: "n/a",
949944
description: Diagnostics.Deprecated_setting_Use_outFile_instead,
950945
},
951946
{
@@ -1087,7 +1082,6 @@ namespace ts {
10871082
affectsEmit: true,
10881083
category: Diagnostics.Emit,
10891084
description: Diagnostics.Disable_erasing_const_enum_declarations_in_generated_code,
1090-
defaultValueDescription: "n/a"
10911085
},
10921086
{
10931087
name: "declarationDir",
@@ -1098,7 +1092,6 @@ namespace ts {
10981092
category: Diagnostics.Emit,
10991093
transpileOptionValue: undefined,
11001094
description: Diagnostics.Specify_the_output_directory_for_generated_declaration_files,
1101-
defaultValueDescription: "n/a"
11021095
},
11031096
{
11041097
name: "skipLibCheck",

0 commit comments

Comments
 (0)