(sourceFile)
| 115161 | sourceMapSourceIndex = sourceIndex; |
| 115162 | } |
| 115163 | function isJsonSourceMapSource(sourceFile) { |
| 115164 | return ts.fileExtensionIs(sourceFile.fileName, ".json" /* Extension.Json */); |
| 115165 | } |
| 115166 | } |
| 115167 | ts.createPrinter = createPrinter; |
| 115168 | function createBracketsMap() { |
no outgoing calls
no test coverage detected
searching dependent graphs…