Skip to content

Commit f2654c6

Browse files
committed
Remove compileOnSave from compiler option
1 parent 7d56837 commit f2654c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,14 +479,12 @@ namespace ts {
479479
category: Diagnostics.Advanced_Options,
480480
description: Diagnostics.Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files
481481
},
482-
483482
{
484483
name: "charset",
485484
type: "string",
486485
category: Diagnostics.Advanced_Options,
487486
description: Diagnostics.The_character_set_of_the_input_files
488487
},
489-
compileOnSaveCommandLineOption,
490488
{
491489
name: "emitBOM",
492490
type: "boolean",

0 commit comments

Comments
 (0)