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

Function getCommandLineCompilerOptionsMap

test/fixtures/snapshot/typescript.js:40844–40846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40842 };
40843 var commandLineCompilerOptionsMapCache;
40844 function getCommandLineCompilerOptionsMap() {
40845 return commandLineCompilerOptionsMapCache || (commandLineCompilerOptionsMapCache = commandLineOptionsToMap(ts.optionDeclarations));
40846 }
40847 var commandLineWatchOptionsMapCache;
40848 function getCommandLineWatchOptionsMap() {
40849 return commandLineWatchOptionsMapCache || (commandLineWatchOptionsMapCache = commandLineOptionsToMap(ts.optionsForWatch));

Callers 2

Calls 1

commandLineOptionsToMapFunction · 0.85

Tested by

no test coverage detected