Skip to content

SourceMapEntry

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

Provenance entry for a single output path.

readonly extractType: string

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

Terminal extraction type, e.g. “string”, “number”, “literal”


readonly inputPath: readonly unknown[]

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

Path navigated in the (transformed) input data as raw steps


readonly optional postProcess: string

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

Post-processing applied after extraction


readonly source: string

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

Source description, e.g. “file:config.json” or “direct”


readonly transforms: readonly string[]

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

Transform chain applied before extraction, e.g. [“core:parseJson”]