MCPcopy Index your code
hub / github.com/mozilla/source-map / RawSourceMap

Interface RawSourceMap

source-map.d.ts:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface RawSourceMap {
16 version: number;
17 sources: string[];
18 names: string[];
19 sourceRoot?: string;
20 sourcesContent?: string[];
21 mappings: string;
22 file: string;
23}
24
25export interface RawIndexMap extends StartOfSourceMap {
26 version: number;

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…