Skip to content
1 min read · 168 words

Interface: DevResult

Defined in: src/batteries/dev_tools/types.ts:70

The composite result of a development-tools execution.

Properties

PropertyTypeDescriptionDefined in
changesFileChangeSummary[]Final-state change summaries compared with acquisition.src/batteries/dev_tools/types.ts:74
diagnosticsDiagnostic[]Accumulated normalized diagnostics in production order.src/batteries/dev_tools/types.ts:72
lineCountsAvailablebooleanWhether optional line-diff counts are available.src/batteries/dev_tools/types.ts:84
okbooleanFalse exactly when an error-severity diagnostic exists.src/batteries/dev_tools/types.ts:82
readsRecord<string, string>Read-lines output keyed by label.src/batteries/dev_tools/types.ts:76
unreadablestring[]Paths that were in the workspace but were dropped by a failed re-read; they remain on disk, are excluded from changes, and surface in the result.src/batteries/dev_tools/types.ts:80
writtenstring[]Paths actually persisted, in write execution order.src/batteries/dev_tools/types.ts:78