remove changes in commandLineParser.ts

This commit is contained in:
Vladimir Matveev
2016-10-17 14:50:21 -07:00
parent 668c3f8f1e
commit 8d84245ba2
-1
View File
@@ -7,7 +7,6 @@
namespace ts {
/* @internal */
export const compileOnSaveCommandLineOption: CommandLineOption = { name: "compileOnSave", type: "boolean" };
/* @internal */
export const optionDeclarations: CommandLineOption[] = [
{