Skip to content

PromptScript API


Interface: ResolverOptions

Defined in: resolver/src/resolver.ts:12

Options for the resolver.

Extends

Extended by

Properties

cache?

optional cache: boolean

Defined in: resolver/src/resolver.ts:14

Whether to cache resolved ASTs. Defaults to true.


localPath?

optional localPath: string

Defined in: resolver/src/loader.ts:13

Base path for local/relative file resolution

Inherited from

LoaderOptions.localPath


registryPath

registryPath: string

Defined in: resolver/src/loader.ts:11

Base path for registry lookups (@namespace/...)

Inherited from

LoaderOptions.registryPath