MCPcopy Index your code
hub / github.com/nodejs/node / parseCommandLine

Function parseCommandLine

test/fixtures/snapshot/typescript.js:40691–40693  ·  view source on GitHub ↗
(commandLine, readFile)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

parseCommandLineWorkerFunction · 0.85

Tested by

no test coverage detected