Interface: PreviewSpecFileEntry
Defined in: packages/core/src/application/use-cases/preview-spec.ts:21
A single artifact file in the preview result.
Properties
base
readonlybase:string|null
Defined in: packages/core/src/application/use-cases/preview-spec.ts:25
The original base content (before delta application). null for new specs.
filename
readonlyfilename:string
Defined in: packages/core/src/application/use-cases/preview-spec.ts:23
The artifact filename (e.g. spec.md, verify.md).
merged
readonlymerged:string
Defined in: packages/core/src/application/use-cases/preview-spec.ts:27
The merged content (after delta application).