| 13 | } |
| 14 | |
| 15 | export interface RawSourceMap { |
| 16 | version: number; |
| 17 | sources: string[]; |
| 18 | names: string[]; |
| 19 | sourceRoot?: string; |
| 20 | sourcesContent?: string[]; |
| 21 | mappings: string; |
| 22 | file: string; |
| 23 | } |
| 24 | |
| 25 | export interface RawIndexMap extends StartOfSourceMap { |
| 26 | version: number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…