Interface: ScriptDispatchProvenance
Extends
Pick<RenderedRouteProvenance,"manifestDigest"|"projectRoot">
Properties
execution
readonlyexecution:ScriptExecution
manifestDigest?
readonlyoptionalmanifestDigest?:string
The manifest digest when the route came from the compiler; absent for a module rendered directly.
Inherited from
RenderedRouteProvenance.manifestDigest
projectRoot?
readonlyoptionalprojectRoot?:string
Inherited from
RenderedRouteProvenance.projectRoot
proofLevel
readonlyproofLevel:"script-dispatch"
scripts
readonlyscripts: readonlystring[]
Every conventional script the graph compiled, so a lookup failure can name the alternatives.