(commandLine, readFile)
| 40689 | optionTypeMismatchDiagnostic: ts.Diagnostics.Compiler_option_0_expects_an_argument |
| 40690 | }; |
| 40691 | function parseCommandLine(commandLine, readFile) { |
| 40692 | return parseCommandLineWorker(ts.compilerOptionsDidYouMeanDiagnostics, commandLine, readFile); |
| 40693 | } |
| 40694 | ts.parseCommandLine = parseCommandLine; |
| 40695 | /** @internal */ |
| 40696 | function getOptionFromName(optionName, allowShort) { |
nothing calls this directly
no test coverage detected