fix(markdown): serve bundle size report - #1196
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review. 📝 WalkthroughWalkthroughAdds the versioned Markdown bundle-size report route, registers it in the generated TanStack Router tree, renders report metadata and content, guards optional Markdown links, and adds a successful-route smoke test. ChangesMarkdown bundle-size report
Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to This PR adds a versioned Markdown bundle-size report route and safely limits unavailable endpoint links; no actionable merge-blocking risk remains after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant Request
participant LibraryMarkdownVersionReportsSizesRoute
participant MarkdownBundleSizeReport
Request->>LibraryMarkdownVersionReportsSizesRoute: request /markdown/latest/reports/sizes
LibraryMarkdownVersionReportsSizesRoute->>MarkdownBundleSizeReport: provide report content and library metadata
MarkdownBundleSizeReport-->>Request: render bundle-size report
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Verification
Closes #1195
Summary by CodeRabbit
New Features
Bug Fixes
Tests