| 63 | type Consumer = BasicSourceMapConsumer | IndexedSourceMapConsumer; |
| 64 | |
| 65 | interface SourceMapData { |
| 66 | consumer: Consumer; |
| 67 | codeFileContent: string; |
| 68 | } |
| 69 | |
| 70 | /** |
| 71 | * Get source map |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…