Skip to content

Commit 9dd8391

Browse files
committed
Add additional properties to switch declaration
1 parent d18130d commit 9dd8391

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/compiler/commandLineParser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ namespace ts {
220220
name: "listFilesOnly",
221221
type: "boolean",
222222
category: Diagnostics.Command_line_Options,
223+
affectsSemanticDiagnostics: true,
224+
affectsEmit: true,
223225
isCommandLineOnly: true,
224226
description: Diagnostics.Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing
225227
},

0 commit comments

Comments
 (0)