Function: resolve()¶
resolve(
entryPath,options):Promise\<ResolvedAST>
Defined in: resolver/src/index.ts:85
Resolve a PromptScript file with a standalone function.
Parameters¶
entryPath¶
string
Path to the entry file
options¶
Resolution options
Returns¶
Promise\<ResolvedAST>
Resolved AST with sources and errors