()
| 117472 | return projectReferences; |
| 117473 | } |
| 117474 | function getPrependNodes() { |
| 117475 | return createPrependNodes(projectReferences, function (_ref, index) { var _a; return (_a = resolvedProjectReferences[index]) === null || _a === void 0 ? void 0 : _a.commandLine; }, function (fileName) { |
| 117476 | var path = toPath(fileName); |
| 117477 | var sourceFile = getSourceFileByPath(path); |
| 117478 | return sourceFile ? sourceFile.text : filesByName.has(path) ? undefined : host.readFile(path); |
| 117479 | }); |
| 117480 | } |
| 117481 | function isSourceFileFromExternalLibrary(file) { |
| 117482 | return !!sourceFilesFoundSearchingNodeModules.get(file.path); |
| 117483 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…