MCPcopy
hub / github.com/nodejs/node / SourceMapRecord

Interface SourceMapRecord

test/fixtures/test426/decoding/source-map-record.d.ts:4–8  ·  view source on GitHub ↗

* The global type of a .golden JSON.

Source from the content-addressed store, hash-verified

2 * The global type of a .golden JSON.
3 */
4interface SourceMapRecord {
5 file: string|null;
6 sources: SourceRecord[];
7 mappings: MappingRecord[];
8}
9
10/**
11 * Corresponds to a [Decoded Source Record](https://tc39.es/ecma426/#decoded-source-record)

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…