| 1 | import type { RawSourceMap } from 'source-map-js' |
| 2 | import type { ExclusionRange } from '../src/index.ts' |
| 3 | import MagicString, { Bundle } from 'magic-string' |
| 4 | import { SourceMapConsumer } from 'source-map-js' |
nothing calls this directly
no test coverage detected