File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ namespace ts {
294294 "classic" : ModuleResolutionKind . Classic ,
295295 } ) ,
296296 description : Diagnostics . Specify_module_resolution_strategy_Colon_node_Node_js_or_classic_TypeScript_pre_1_6 ,
297+ paramType : Diagnostics . STRATEGY ,
297298 } ,
298299 {
299300 name : "allowUnusedLabels" ,
Original file line number Diff line number Diff line change 24722472 "category" : " Message" ,
24732473 "code" : 6038
24742474 },
2475+ "STRATEGY" : {
2476+ "category" : " Message" ,
2477+ "code" : 6039
2478+ },
24752479 "Compilation complete. Watching for file changes." : {
24762480 "category" : " Message" ,
24772481 "code" : 6042
28712875 "Element implicitly has an 'any' type because index expression is not of type 'number'." : {
28722876 "category" : " Error" ,
28732877 "code" : 7015
2874- },
2878+ },
28752879 "Index signature of object type implicitly has an 'any' type." : {
28762880 "category" : " Error" ,
28772881 "code" : 7017
You can’t perform that action at this time.
0 commit comments