From 366dfc052f5c1104e2b5cdfdb44c1de581093120 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Wed, 14 Dec 2016 21:53:33 -0800 Subject: [PATCH] expose parseCommandLine (#12934) --- src/compiler/commandLineParser.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/commandLineParser.ts b/src/compiler/commandLineParser.ts index 251eeb58b15..a4257a610e1 100644 --- a/src/compiler/commandLineParser.ts +++ b/src/compiler/commandLineParser.ts @@ -572,7 +572,6 @@ namespace ts { } } - /* @internal */ export function parseCommandLine(commandLine: string[], readFile?: (path: string) => string): ParsedCommandLine { const options: CompilerOptions = {}; const fileNames: string[] = [];