expose parseCommandLine (#12934)

This commit is contained in:
Vladimir Matveev 2016-12-14 21:53:33 -08:00 committed by GitHub
parent cb6bf11e71
commit 366dfc052f

View File

@ -572,7 +572,6 @@ namespace ts {
}
}
/* @internal */
export function parseCommandLine(commandLine: string[], readFile?: (path: string) => string): ParsedCommandLine {
const options: CompilerOptions = {};
const fileNames: string[] = [];