芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts
import type { ReverseSegment, SourceMapSegment } from './sourcemap-segment'; import type { MemoState } from './binary-search'; export declare type Source = { __proto__: null; [line: number]: Exclude
[]; }; export default function buildBySources(decoded: readonly SourceMapSegment[][], memos: MemoState[]): Source[];