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 @@ -1166,7 +1166,7 @@ namespace ts {
1166
1166
affectsEmit : true ,
1167
1167
category : Diagnostics . Language_and_Environment ,
1168
1168
description : Diagnostics . Emit_ECMAScript_standard_compliant_class_fields ,
1169
- defaultValueDescription : "false"
1169
+ defaultValueDescription : Diagnostics . true_for_ES2022_and_above_including_ESNext
1170
1170
} ,
1171
1171
{
1172
1172
name : "keyofStringsOnly" ,
Original file line number Diff line number Diff line change 5668
5668
"category" : " Message" ,
5669
5669
"code" : 6929
5670
5670
},
5671
+ "`true` for ES2022 and above, including ESNext." : {
5672
+ "category" : " Message" ,
5673
+ "code" : 6930
5674
+ },
5675
+
5671
5676
5672
5677
"Variable '{0}' implicitly has an '{1}' type." : {
5673
5678
"category" : " Error" ,
You can’t perform that action at this time.
0 commit comments