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

Function getSingleOutputFileNames

test/fixtures/snapshot/typescript.js:110114–110121  ·  view source on GitHub ↗
(configFile, addOutput)

Source from the content-addressed store, hash-verified

110112 }
110113 }
110114 function getSingleOutputFileNames(configFile, addOutput) {
110115 var _a = getOutputPathsForBundle(configFile.options, /*forceDtsPaths*/ false), jsFilePath = _a.jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a.declarationFilePath, declarationMapPath = _a.declarationMapPath, buildInfoPath = _a.buildInfoPath;
110116 addOutput(jsFilePath);
110117 addOutput(sourceMapFilePath);
110118 addOutput(declarationFilePath);
110119 addOutput(declarationMapPath);
110120 addOutput(buildInfoPath);
110121 }
110122 function getOwnOutputFileNames(configFile, inputFileName, ignoreCase, addOutput, getCommonSourceDirectory) {
110123 if (ts.isDeclarationFileName(inputFileName))
110124 return;

Callers 2

getAllProjectOutputsFunction · 0.85
getOutputFileNamesFunction · 0.85

Calls 2

getOutputPathsForBundleFunction · 0.85
addOutputFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…