File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ namespace ts {
154
154
{
155
155
name : "pretty" ,
156
156
paramType : Diagnostics . KIND ,
157
- description : Diagnostics . Stylize_errors_and_messages_using_colors_if_available_experimental ,
157
+ description : Diagnostics . Stylize_errors_and_messages_using_color_and_context_experimental ,
158
158
type : "boolean"
159
159
} ,
160
160
{
Original file line number Diff line number Diff line change 2285
2285
"Suppress excess property checks for object literals." : {
2286
2286
"category" : " Message" ,
2287
2287
"code" : 6072
2288
- },
2289
- "Stylize errors and messages using colors if available . (experimental)" : {
2288
+ },
2289
+ "Stylize errors and messages using color and context . (experimental)" : {
2290
2290
"category" : " Message" ,
2291
2291
"code" : 6073
2292
2292
},
2318
2318
"Argument for '--jsx' must be 'preserve' or 'react'." : {
2319
2319
"category" : " Message" ,
2320
2320
"code" : 6081
2321
- },
2322
-
2321
+ },
2322
+
2323
2323
"Variable '{0}' implicitly has an '{1}' type." : {
2324
2324
"category" : " Error" ,
2325
2325
"code" : 7005
You can’t perform that action at this time.
0 commit comments