mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 21:06:50 -05:00
Added '--diagnosticStyle' compiler argument with options 'simple' and 'pretty'.
This commit is contained in:
@@ -20,6 +20,17 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user