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

Function getFileNames

test/fixtures/snapshot/typescript.js:41553–41559  ·  view source on GitHub ↗
(basePath)

Source from the content-addressed store, hash-verified

41551 };
41552 }
41553 function getFileNames(basePath) {
41554 var fileNames = getFileNamesFromConfigSpecs(configFileSpecs, basePath, options, host, extraFileExtensions);
41555 if (shouldReportNoInputFiles(fileNames, canJsonReportNoInputFiles(raw), resolutionStack)) {
41556 errors.push(getErrorForNoInputFiles(configFileSpecs, configFileName));
41557 }
41558 return fileNames;
41559 }
41560 function getProjectReferences(basePath) {
41561 var projectReferences;
41562 var referencesOfRaw = getPropFromRaw("references", function (element) { return typeof element === "object"; }, "object");

Callers 1

Calls 5

shouldReportNoInputFilesFunction · 0.85
getErrorForNoInputFilesFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected