Skip to content

Commit 3b1cfa7

Browse files
BunsDevclaude
andauthored
Fix duplicate exports in pr-review-utils breaking web build (#480)
Remove duplicated re-export lines for parseRenderablePatch, resolveFileDiffPath, and summarizeFileDiffStats that caused Vite/Rolldown PARSE_ERROR during production build. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 557085a commit 3b1cfa7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/web/src/components/pr-review/pr-review-utils.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ import { normalizeLanguageIdForHighlighting } from "~/lib/languageIds";
2121

2222
export { parseRenderablePatch, resolveFileDiffPath, summarizeFileDiffStats };
2323

24-
export { parseRenderablePatch, resolveFileDiffPath, summarizeFileDiffStats };
25-
26-
export { parseRenderablePatch, resolveFileDiffPath, summarizeFileDiffStats };
27-
2824
export type PullRequestState = "open" | "closed" | "merged";
2925
export type InspectorTab = "threads" | "workflow" | "people";
3026
export type RequestChangesButtonVariant = "default" | "destructive-outline" | "outline";

0 commit comments

Comments
 (0)