(basePath)
| 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"); |
no test coverage detected