(source, sourceIndex)
| 115157 | mostRecentlyAddedSourceMapSourceIndex = sourceMapSourceIndex; |
| 115158 | } |
| 115159 | function resetSourceMapSource(source, sourceIndex) { |
| 115160 | sourceMapSource = source; |
| 115161 | sourceMapSourceIndex = sourceIndex; |
| 115162 | } |
| 115163 | function isJsonSourceMapSource(sourceFile) { |
| 115164 | return ts.fileExtensionIs(sourceFile.fileName, ".json" /* Extension.Json */); |
| 115165 | } |