@@ -77,6 +77,14 @@ namespace ts {
77
77
shortName : "?" ,
78
78
type : "boolean"
79
79
} ,
80
+ {
81
+ name : "watch" ,
82
+ shortName : "w" ,
83
+ type : "boolean" ,
84
+ showInSimplifiedHelpView : true ,
85
+ category : Diagnostics . Command_line_Options ,
86
+ description : Diagnostics . Watch_input_files ,
87
+ } ,
80
88
{
81
89
name : "preserveWatchOutput" ,
82
90
type : "boolean" ,
@@ -96,13 +104,12 @@ namespace ts {
96
104
category : Diagnostics . Advanced_Options ,
97
105
description : Diagnostics . Print_names_of_generated_files_part_of_the_compilation
98
106
} ,
107
+
99
108
{
100
- name : "watch" ,
101
- shortName : "w" ,
109
+ name : "traceResolution" ,
102
110
type : "boolean" ,
103
- showInSimplifiedHelpView : true ,
104
- category : Diagnostics . Command_line_Options ,
105
- description : Diagnostics . Watch_input_files ,
111
+ category : Diagnostics . Advanced_Options ,
112
+ description : Diagnostics . Enable_tracing_of_the_name_resolution_process
106
113
} ,
107
114
] ;
108
115
@@ -581,12 +588,6 @@ namespace ts {
581
588
category : Diagnostics . Advanced_Options ,
582
589
description : Diagnostics . Show_verbose_diagnostic_information
583
590
} ,
584
- {
585
- name : "traceResolution" ,
586
- type : "boolean" ,
587
- category : Diagnostics . Advanced_Options ,
588
- description : Diagnostics . Enable_tracing_of_the_name_resolution_process
589
- } ,
590
591
{
591
592
name : "resolveJsonModule" ,
592
593
type : "boolean" ,
0 commit comments