From f2654c65d958b5cf4a47bcde2c0de5b093ca78b8 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Wed, 15 Mar 2017 15:40:01 -0700 Subject: [PATCH] Remove compileOnSave from compiler option --- src/compiler/commandLineParser.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index b07bdcc9fe5..724c580acec 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -479,14 +479,12 @@ namespace ts { category: Diagnostics.Advanced_Options, description: Diagnostics.Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files }, - { name: "charset", type: "string", category: Diagnostics.Advanced_Options, description: Diagnostics.The_character_set_of_the_input_files }, - compileOnSaveCommandLineOption, { name: "emitBOM", type: "boolean",