| 23 | } |
| 24 | |
| 25 | interface UniqueSource { |
| 26 | filename: string |
| 27 | content: string |
| 28 | } |
| 29 | |
| 30 | export interface DecodedSourceMapOrMissingContent extends Omit<DecodedSourceMap, 'sourcesContent'> { |
| 31 | sourcesContent: Array<string | null> |
nothing calls this directly
no outgoing calls
no test coverage detected