Merge remote-tracking branch 'origin/master' into glob_outdir_bug

This commit is contained in:
Richard Knoll
2016-09-06 17:37:51 -07:00
2002 changed files with 74693 additions and 34316 deletions

View File

@@ -30,6 +30,7 @@ namespace ts {
{
name: "extendedDiagnostics",
type: "boolean",
experimental: true
},
{
name: "emitBOM",
@@ -433,6 +434,11 @@ namespace ts {
name: "strictNullChecks",
type: "boolean",
description: Diagnostics.Enable_strict_null_checks
},
{
name: "importHelpers",
type: "boolean",
description: Diagnostics.Import_emit_helpers_from_tslib
}
];