SourceMapEntry
Defined in: execution/source-map.ts:28
Provenance entry for a single output path.
Properties
Section titled “Properties”extractType
Section titled “extractType”
readonlyextractType:string
Defined in: execution/source-map.ts:36
Terminal extraction type, e.g. “string”, “number”, “literal”
inputPath
Section titled “inputPath”
readonlyinputPath: readonlyunknown[]
Defined in: execution/source-map.ts:34
Path navigated in the (transformed) input data as raw steps
postProcess?
Section titled “postProcess?”
readonlyoptionalpostProcess:string
Defined in: execution/source-map.ts:38
Post-processing applied after extraction
source
Section titled “source”
readonlysource:string
Defined in: execution/source-map.ts:30
Source description, e.g. “file:config.json” or “direct”
transforms
Section titled “transforms”
readonlytransforms: readonlystring[]
Defined in: execution/source-map.ts:32
Transform chain applied before extraction, e.g. [“core:parseJson”]