We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b08668 commit f9a3d85Copy full SHA for f9a3d85
src/compiler/commandLineParser.ts
@@ -1166,7 +1166,7 @@ namespace ts {
1166
affectsEmit: true,
1167
category: Diagnostics.Language_and_Environment,
1168
description: Diagnostics.Emit_ECMAScript_standard_compliant_class_fields,
1169
- defaultValueDescription: "false"
+ defaultValueDescription: Diagnostics.true_for_ES2022_and_above_including_ESNext
1170
},
1171
{
1172
name: "keyofStringsOnly",
src/compiler/diagnosticMessages.json
@@ -5668,6 +5668,11 @@
5668
"category": "Message",
5669
"code": 6929
5670
5671
+ "`true` for ES2022 and above, including ESNext.": {
5672
+ "category": "Message",
5673
+ "code": 6930
5674
+ },
5675
+
5676
5677
"Variable '{0}' implicitly has an '{1}' type.": {
5678
"category": "Error",
0 commit comments