Merge branch 'noErrorTruncation' of https://github.com/gcnew/TypeScript into gcnew-noErrorTruncation

# Conflicts:
#	src/compiler/diagnosticMessages.json
This commit is contained in:
Mohamed Hegazy
2016-08-17 14:22:01 -07:00
4 changed files with 62 additions and 0 deletions

View File

@@ -126,6 +126,10 @@ namespace ts {
type: "boolean",
description: Diagnostics.Do_not_emit_outputs_if_any_errors_were_reported,
},
{
name: "noErrorTruncation",
type: "boolean"
},
{
name: "noImplicitAny",
type: "boolean",