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