MCPcopy Create free account
hub / github.com/nodejs/node / getCommandLineWatchOptionsMap

Function getCommandLineWatchOptionsMap

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

Source from the content-addressed store, hash-verified

40846 }
40847 var commandLineWatchOptionsMapCache;
40848 function getCommandLineWatchOptionsMap() {
40849 return commandLineWatchOptionsMapCache || (commandLineWatchOptionsMapCache = commandLineOptionsToMap(ts.optionsForWatch));
40850 }
40851 var commandLineTypeAcquisitionMapCache;
40852 function getCommandLineTypeAcquisitionMap() {
40853 return commandLineTypeAcquisitionMapCache || (commandLineTypeAcquisitionMapCache = commandLineOptionsToMap(ts.typeAcquisitionDeclarations));

Callers 2

Calls 1

commandLineOptionsToMapFunction · 0.85

Tested by

no test coverage detected