{#if lines.length === 0}
No changes
{:else} {#each lines as line, i (i)} {#if line.type === "file-header"} {:else if line.type === "hunk-header"} {:else if line.type === "no-newline"} {:else} {/if} {/each}
{line.content}
{line.content}
{line.content}
{line.oldLineNumber ?? ""} {line.newLineNumber ?? ""} {line.type === "added" ? "+" : line.type === "removed" ? "-" : ""} {@html highlightCode(line.content)}
{/if}