Skip to main content

compileHistoricalPath

Stentor API Reference


Stentor API Reference / stentor-handler/src / compileHistoricalPath

Function: compileHistoricalPath()

compileHistoricalPath(historicalPath, context): ExecutablePath | undefined

Defined in: packages/stentor-handler/src/Path/compileHistoricalPath.ts:14

Compiles a HistoricalPath to a ExecutablePath based on the provided context.

Parameters​

historicalPath​

HistoricalPath

context​

Context

Returns​

ExecutablePath | undefined