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

Function getCommandLineTypeAcquisitionMap

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

Source from the content-addressed store, hash-verified

40850 }
40851 var commandLineTypeAcquisitionMapCache;
40852 function getCommandLineTypeAcquisitionMap() {
40853 return commandLineTypeAcquisitionMapCache || (commandLineTypeAcquisitionMapCache = commandLineOptionsToMap(ts.typeAcquisitionDeclarations));
40854 }
40855 var _tsconfigRootOptions;
40856 function getTsconfigRootOptionsMap() {
40857 if (_tsconfigRootOptions === undefined) {

Callers 2

Calls 1

commandLineOptionsToMapFunction · 0.85

Tested by

no test coverage detected