Changed name to noEmitOnError

This commit is contained in:
Dick van den Brink
2014-10-27 20:48:46 +01:00
parent 417555c9e9
commit bd2c5965f5
5 changed files with 9 additions and 9 deletions

View File

@@ -54,6 +54,11 @@ module ts {
paramType: Diagnostics.KIND,
error: Diagnostics.Argument_for_module_option_must_be_commonjs_or_amd
},
{
name: "noEmitOnError",
type: "boolean",
description: Diagnostics.Do_not_emit_JavaScript_on_error,
},
{
name: "noImplicitAny",
type: "boolean",
@@ -113,11 +118,6 @@ module ts {
type: "boolean",
description: Diagnostics.Print_the_compiler_s_version,
},
{
name: "warnAsError",
type: "boolean",
description: Diagnostics.Report_all_warnings_as_errors,
},
{
name: "watch",
shortName: "w",