MCPcopy
hub / github.com/danvk/source-map-explorer / ComputeFileSizesContext

Interface ComputeFileSizesContext

src/lib/explore.ts:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123interface ComputeFileSizesContext {
124 generatedLine: number;
125 generatedColumn: number;
126 line: string;
127 source: string | null;
128 consumer: Consumer;
129 mapReferenceEOLSources: Set<string>;
130}
131
132/**
133 * Check if source map references EOL (see https://github.com/microsoft/TypeScript/issues/34695)

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…