We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18130d commit 9dd8391Copy full SHA for 9dd8391
src/compiler/commandLineParser.ts
@@ -220,6 +220,8 @@ namespace ts {
220
name: "listFilesOnly",
221
type: "boolean",
222
category: Diagnostics.Command_line_Options,
223
+ affectsSemanticDiagnostics: true,
224
+ affectsEmit: true,
225
isCommandLineOnly: true,
226
description: Diagnostics.Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing
227
},
0 commit comments