Removing trailing comma that breaks cscript.exe.

This commit is contained in:
Anders Hejlsberg 2014-08-04 11:18:00 -07:00
parent 52ca6071c9
commit 1e586134f7

View File

@ -34,7 +34,7 @@ module ts {
{ name: "sourceRoot", type: "string" },
{ name: "target", type: { "es3": ScriptTarget.ES3, "es5": ScriptTarget.ES5 }, error: Diagnostics.Argument_for_target_option_must_be_es3_or_es5 },
{ name: "version", type: "boolean" },
{ name: "watch", type: "boolean" },
{ name: "watch", type: "boolean" }
];
// Map command line switches to compiler options' property descriptors. Keys must be lower case spellings of command line switches.