PreprocessResult
Defined in: preprocess/types.ts:291
Result of preprocessing with diagnostics
Properties
Section titled “Properties”diagnostics
Section titled “diagnostics”diagnostics:
Diagnostic[]
Defined in: preprocess/types.ts:296
Diagnostics collected during preprocessing
hasErrors
Section titled “hasErrors”hasErrors:
boolean
Defined in: preprocess/types.ts:299
Quick check for any errors
result?
Section titled “result?”
optionalresult:PreprocessedSpec
Defined in: preprocess/types.ts:293
Preprocessed spec (may be partial if errors occurred)