We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30f0d4 commit 97a4c24Copy full SHA for 97a4c24
1 file changed
src/compiler/commandLineParser.ts
@@ -164,7 +164,6 @@ module ts {
164
}
165
];
166
167
- /* @internal */
168
export function parseCommandLine(commandLine: string[]): ParsedCommandLine {
169
var options: CompilerOptions = {};
170
var fileNames: string[] = [];
0 commit comments