| 7 | export type SourceMapUrl = string; |
| 8 | |
| 9 | export interface StartOfSourceMap { |
| 10 | file?: string; |
| 11 | sourceRoot?: string; |
| 12 | skipValidation?: boolean; |
| 13 | } |
| 14 | |
| 15 | export interface RawSourceMap { |
| 16 | version: number; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…