PreprocessOptions
Defined in: packages/speculator/src/preprocess/pipeline.ts:22
Options for preprocessing a specification
Properties
Section titled “Properties”configPath?
Section titled “configPath?”
optionalconfigPath:string
Defined in: packages/speculator/src/preprocess/pipeline.ts:30
Path to config file (optional, defaults to sibling config.json)
entry:
string
Defined in: packages/speculator/src/preprocess/pipeline.ts:24
Path to entry file (format.md or format.html)
entryFormat?
Section titled “entryFormat?”
optionalentryFormat:SourceFormat
Defined in: packages/speculator/src/preprocess/pipeline.ts:27
Optional explicit format (inferred from extension if not provided)
optionalenv:Record<string,string|undefined>
Defined in: packages/speculator/src/preprocess/pipeline.ts:36
Optional environment object for variable interpolation
fileProvider
Section titled “fileProvider”fileProvider:
FileProvider
Defined in: packages/speculator/src/preprocess/pipeline.ts:33
File provider for reading files