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

Function commandLineOptionsToMap

test/fixtures/snapshot/typescript.js:40824–40826  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

40822 }
40823 ts.tryReadFile = tryReadFile;
40824 function commandLineOptionsToMap(options) {
40825 return ts.arrayToMap(options, getOptionName);
40826 }
40827 var typeAcquisitionDidYouMeanDiagnostics = {
40828 optionDeclarations: ts.typeAcquisitionDeclarations,
40829 unknownOptionDiagnostic: ts.Diagnostics.Unknown_type_acquisition_option_0,

Calls

no outgoing calls

Tested by

no test coverage detected