SpeculateOptions
Defined in: packages/speculator/src/pipeline/types.ts:150
Options for the speculate() entrypoint
Properties
Section titled “Properties”configPath?
Section titled “configPath?”
optionalconfigPath:string
Defined in: packages/speculator/src/pipeline/types.ts:155
Optional path to config file (e.g., config.respec.json)
entry:
string
Defined in: packages/speculator/src/pipeline/types.ts:152
Path to entry file (format.md or format.html)
optionalenv:Record<string,string|undefined>
Defined in: packages/speculator/src/pipeline/types.ts:164
Optional environment object for variable interpolation
fileProvider?
Section titled “fileProvider?”
optionalfileProvider:FileProvider
Defined in: packages/speculator/src/pipeline/types.ts:161
File provider for reading files (defaults to NodeFileProvider)
plugins
Section titled “plugins”plugins:
Plugin[]
Defined in: packages/speculator/src/pipeline/types.ts:158
Plugins to execute during postprocess phases