MCPcopy
hub / github.com/mozilla/source-map / StartOfSourceMap

Interface StartOfSourceMap

source-map.d.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7export type SourceMapUrl = string;
8
9export interface StartOfSourceMap {
10 file?: string;
11 sourceRoot?: string;
12 skipValidation?: boolean;
13}
14
15export interface RawSourceMap {
16 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…