Skip to content

SpeculateOptions

Defined in: pipeline/types.ts:144

Options for the speculate() entrypoint

optional configPath: string

Defined in: pipeline/types.ts:149

Optional path to config file (e.g., config.respec.json)


entry: string

Defined in: pipeline/types.ts:146

Path to entry file (format.md or format.html)


optional fileProvider: FileProvider

Defined in: pipeline/types.ts:155

File provider for reading files (defaults to NodeFileProvider)


plugins: Plugin[]

Defined in: pipeline/types.ts:152

Plugins to execute during postprocess phases