| 23 | } |
| 24 | |
| 25 | export interface RawIndexMap extends StartOfSourceMap { |
| 26 | version: number; |
| 27 | sections: RawSection[]; |
| 28 | } |
| 29 | |
| 30 | export interface RawSection { |
| 31 | offset: Position; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…