Interface: TestableScriptDescriptor
One conventional src/scripts/<name> module the script-dispatch level can
run. rendered is the extension contract (#102 stage 3): .tsx/.jsx
scripts render through the Agent renderer, everything else is a plain
executable module. Explicit scripts: configuration entries are bundled
entries rather than routes, so they never appear here.
Properties
name
readonlyname:string
The path-derived script name (script:verify -> verify).
relativePath
readonlyrelativePath:string
Project-relative POSIX path of the script module.
rendered
readonlyrendered:boolean
routeId
readonlyrouteId:string
source
readonlysource:string
Absolute script module path.