File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -294,6 +294,7 @@ namespace ts {
294
294
"classic" : ModuleResolutionKind . Classic ,
295
295
} ) ,
296
296
description : Diagnostics . Specify_module_resolution_strategy_Colon_node_Node_js_or_classic_TypeScript_pre_1_6 ,
297
+ paramType : Diagnostics . STRATEGY ,
297
298
} ,
298
299
{
299
300
name : "allowUnusedLabels" ,
Original file line number Diff line number Diff line change 2464
2464
"category" : " Message" ,
2465
2465
"code" : 6038
2466
2466
},
2467
+ "STRATEGY" : {
2468
+ "category" : " Message" ,
2469
+ "code" : 6039
2470
+ },
2467
2471
"Compilation complete. Watching for file changes." : {
2468
2472
"category" : " Message" ,
2469
2473
"code" : 6042
2863
2867
"Element implicitly has an 'any' type because index expression is not of type 'number'." : {
2864
2868
"category" : " Error" ,
2865
2869
"code" : 7015
2866
- },
2870
+ },
2867
2871
"Index signature of object type implicitly has an 'any' type." : {
2868
2872
"category" : " Error" ,
2869
2873
"code" : 7017
You can’t perform that action at this time.
0 commit comments