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 2472
2472
"category" : " Message" ,
2473
2473
"code" : 6038
2474
2474
},
2475
+ "STRATEGY" : {
2476
+ "category" : " Message" ,
2477
+ "code" : 6039
2478
+ },
2475
2479
"Compilation complete. Watching for file changes." : {
2476
2480
"category" : " Message" ,
2477
2481
"code" : 6042
2871
2875
"Element implicitly has an 'any' type because index expression is not of type 'number'." : {
2872
2876
"category" : " Error" ,
2873
2877
"code" : 7015
2874
- },
2878
+ },
2875
2879
"Index signature of object type implicitly has an 'any' type." : {
2876
2880
"category" : " Error" ,
2877
2881
"code" : 7017
You can’t perform that action at this time.
0 commit comments