| 4 | import { SourceMapConsumer } from "source-map"; |
| 5 | |
| 6 | interface SourceMapModuleRenderInfo { |
| 7 | id: string; |
| 8 | renderedLength: number; |
| 9 | code: string[]; |
| 10 | } |
| 11 | |
| 12 | const getBytesPerFileUsingSourceMap = ( |
| 13 | bundleId: string, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…