(jsFilePath, options)
| 110069 | } |
| 110070 | ts.getOutputPathsFor = getOutputPathsFor; |
| 110071 | function getSourceMapFilePath(jsFilePath, options) { |
| 110072 | return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined; |
| 110073 | } |
| 110074 | /* @internal */ |
| 110075 | function getOutputExtension(fileName, options) { |
| 110076 | return ts.fileExtensionIs(fileName, ".json" /* Extension.Json */) ? ".json" /* Extension.Json */ : |
no outgoing calls
no test coverage detected
searching dependent graphs…