Skip to main content

Interface: PreviewSpecFileEntry

Defined in: packages/core/src/application/use-cases/preview-spec.ts:21

A single artifact file in the preview result.

Properties

base

readonly base: 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

readonly filename: string

Defined in: packages/core/src/application/use-cases/preview-spec.ts:23

The artifact filename (e.g. spec.md, verify.md).


merged

readonly merged: string

Defined in: packages/core/src/application/use-cases/preview-spec.ts:27

The merged content (after delta application).