* The global type of a .golden JSON.
| 2 | * The global type of a .golden JSON. |
| 3 | */ |
| 4 | interface 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) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…