Skip to content

Commit 366dfc0

Browse files
authored
expose parseCommandLine (#12934)
1 parent cb6bf11 commit 366dfc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/commandLineParser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,6 @@ namespace ts {
572572
}
573573
}
574574

575-
/* @internal */
576575
export function parseCommandLine(commandLine: string[], readFile?: (path: string) => string): ParsedCommandLine {
577576
const options: CompilerOptions = {};
578577
const fileNames: string[] = [];

0 commit comments

Comments
 (0)