MCPcopy Index your code
hub / github.com/btd/rollup-plugin-visualizer / SourceMapModuleRenderInfo

Interface SourceMapModuleRenderInfo

plugin/sourcemap.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { SourceMapConsumer } from "source-map";
5
6interface SourceMapModuleRenderInfo {
7 id: string;
8 renderedLength: number;
9 code: string[];
10}
11
12const getBytesPerFileUsingSourceMap = (
13 bundleId: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…