Skip to content

formatSourceMap

formatSourceMap(map): Record<string, string>

Defined in: execution/source-map.ts:605

Format a source map into human-readable one-liner strings.

SourceMap

The source map to format

Record<string, string>

Record mapping output paths to description strings

formatSourceMap(map)
// {
// "name": "file:data.json → core:parseJson → user.name as string",
// "status": "literal"
// }