Skip to content

Commit 97a4c24

Browse files
committed
Expose parseCommandLine
1 parent e30f0d4 commit 97a4c24

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ module ts {
164164
}
165165
];
166166

167-
/* @internal */
168167
export function parseCommandLine(commandLine: string[]): ParsedCommandLine {
169168
var options: CompilerOptions = {};
170169
var fileNames: string[] = [];

0 commit comments

Comments
 (0)