Skip to content

Fix duplicate exports in pr-review-utils breaking web build#480

Merged
BunsDev merged 1 commit intomainfrom
feature/fix-pr-review-exports
Apr 20, 2026
Merged

Fix duplicate exports in pr-review-utils breaking web build#480
BunsDev merged 1 commit intomainfrom
feature/fix-pr-review-exports

Conversation

@BunsDev
Copy link
Copy Markdown
Member

@BunsDev BunsDev commented Apr 20, 2026

Summary

  • Removes two duplicated export { parseRenderablePatch, resolveFileDiffPath, summarizeFileDiffStats } lines in apps/web/src/components/pr-review/pr-review-utils.tsx
  • These duplicate re-exports caused 3 Vite/Rolldown PARSE_ERROR: Duplicated export errors, failing the @okcode/web build on Vercel

Test plan

  • Verify Vercel deployment build succeeds without PARSE_ERROR warnings
  • Confirm PR review functionality works as expected

🤖 Generated with Claude Code

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
okcode-marketing Ready Ready Preview Apr 20, 2026 9:16am
v0-compute-the-platform-to-build Ready Ready Preview, Open in v0 Apr 20, 2026 9:16am

@github-actions github-actions Bot added size:XS vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Apr 20, 2026
@BunsDev BunsDev merged commit 3b1cfa7 into main Apr 20, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant