Interface: ResolveOptions
@kosko/generate.ResolveOptions
Properties
bail
• Optional
bail: boolean
When this option is true
, resolve
will stop immediately if an error
occurred. Otherwise, it will collect all errors and return an
AggregateError
. By default, this option is false
.
Defined in
packages/generate/src/resolve.ts:60
index
• Optional
index: number
[]
Source index of a manifest.
Defined in
packages/generate/src/resolve.ts:53
path
• Optional
path: string
Source path of a manifest.
Defined in
packages/generate/src/resolve.ts:48
validate
• Optional
validate: boolean
Execute validate
method of each values. Default to true
.