Skip to main content

Module types

Module types 

Source
Expand description

Core diff data model — a faithful port of types.ts.

The load-bearing parity property is the JSON shape: camelCase fields, lowercase enum tags, and oldPath/blocks omitted when absent. These mirror the original SvelteKit payloads byte-for-byte so the P3 navigation island (and any consumer of the shipped JSON) reads identical data.

Structs§

DocDiffBlock
DocDiffFile
DocDiffHunk
DocDiffLine
DocDiffReport
DocDiffTimelinePoint

Enums§

DocDiffBlockKind
DocDiffFileStatus
DocDiffFileTreeNode
DocDiffLineKind
DocDiffTimelinePointKind