()
| 110108 | } |
| 110109 | } |
| 110110 | function getOutputs() { |
| 110111 | return outputs || ts.emptyArray; |
| 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; |
no outgoing calls
no test coverage detected
searching dependent graphs…