mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
Just name the option 'pretty' for now.
This commit is contained in:
@@ -21,17 +21,6 @@ namespace ts {
|
||||
name: "diagnostics",
|
||||
type: "boolean",
|
||||
},
|
||||
{
|
||||
name: "diagnosticStyle",
|
||||
paramType: Diagnostics.KIND,
|
||||
description: Diagnostics.Specify_diagnostic_printing_style_Colon_simple_default_or_pretty,
|
||||
type: {
|
||||
"simple": DiagnosticStyle.Simple,
|
||||
"pretty": DiagnosticStyle.Pretty,
|
||||
},
|
||||
error: Diagnostics.Argument_for_diagnosticStyle_must_be_simple_or_pretty,
|
||||
experimental: true,
|
||||
},
|
||||
{
|
||||
name: "emitBOM",
|
||||
type: "boolean"
|
||||
@@ -162,6 +151,12 @@ namespace ts {
|
||||
type: "boolean",
|
||||
description: Diagnostics.Do_not_erase_const_enum_declarations_in_generated_code
|
||||
},
|
||||
{
|
||||
name: "pretty",
|
||||
paramType: Diagnostics.KIND,
|
||||
description: Diagnostics.Stylize_errors_and_messages_using_colors_if_available_experimental,
|
||||
type: "boolean"
|
||||
},
|
||||
{
|
||||
name: "project",
|
||||
shortName: "p",
|
||||
|
||||
Reference in New Issue
Block a user