@@ -77,6 +77,14 @@ namespace ts {
7777 shortName : "?" ,
7878 type : "boolean"
7979 } ,
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+ } ,
8088 {
8189 name : "preserveWatchOutput" ,
8290 type : "boolean" ,
@@ -96,13 +104,12 @@ namespace ts {
96104 category : Diagnostics . Advanced_Options ,
97105 description : Diagnostics . Print_names_of_generated_files_part_of_the_compilation
98106 } ,
107+
99108 {
100- name : "watch" ,
101- shortName : "w" ,
109+ name : "traceResolution" ,
102110 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
106113 } ,
107114 ] ;
108115
@@ -581,12 +588,6 @@ namespace ts {
581588 category : Diagnostics . Advanced_Options ,
582589 description : Diagnostics . Show_verbose_diagnostic_information
583590 } ,
584- {
585- name : "traceResolution" ,
586- type : "boolean" ,
587- category : Diagnostics . Advanced_Options ,
588- description : Diagnostics . Enable_tracing_of_the_name_resolution_process
589- } ,
590591 {
591592 name : "resolveJsonModule" ,
592593 type : "boolean" ,
0 commit comments