Expose parseCommandLine

This commit is contained in:
Mohamed Hegazy
2015-04-09 14:18:59 -07:00
parent e30f0d4ae6
commit 97a4c24ad9

View File

@@ -164,7 +164,6 @@ module ts {
}
];
/* @internal */
export function parseCommandLine(commandLine: string[]): ParsedCommandLine {
var options: CompilerOptions = {};
var fileNames: string[] = [];