UNPKG

@jridgewell/trace-mapping

Version:
8 lines 388 B
import type { ReverseSegment, SourceMapSegment } from './sourcemap-segment.cts'; import type { MemoState } from './binary-search.cts'; export type Source = { __proto__: null; [line: number]: Exclude<ReverseSegment, [number]>[]; }; export = function buildBySources(decoded: readonly SourceMapSegment[][], memos: MemoState[]): Source[]; //# sourceMappingURL=by-source.d.ts.map