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

Function getCommonSourceDirectoryOfConfig

test/fixtures/snapshot/typescript.js:110166–110169  ·  view source on GitHub ↗
(_a, ignoreCase)

Source from the content-addressed store, hash-verified

110164 ts.getCommonSourceDirectory = getCommonSourceDirectory;
110165 /*@internal*/
110166 function getCommonSourceDirectoryOfConfig(_a, ignoreCase) {
110167 var options = _a.options, fileNames = _a.fileNames;
110168 return getCommonSourceDirectory(options, function () { return ts.filter(fileNames, function (file) { return !(options.noEmitForJsFiles && ts.fileExtensionIsOneOf(file, ts.supportedJSExtensionsFlat)) && !ts.isDeclarationFileName(file); }); }, ts.getDirectoryPath(ts.normalizeSlashes(ts.Debug.checkDefined(options.configFilePath))), ts.createGetCanonicalFileName(!ignoreCase));
110169 }
110170 ts.getCommonSourceDirectoryOfConfig = getCommonSourceDirectoryOfConfig;
110171 /*@internal*/
110172 function getAllProjectOutputs(configFile, ignoreCase) {

Callers 3

getAllProjectOutputsFunction · 0.85
getFirstProjectOutputFunction · 0.85

Calls 2

getCommonSourceDirectoryFunction · 0.85
filterMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…