fix(theme): replace 'Call Signature' with the real signature in functions overload - #187
fix(theme): replace 'Call Signature' with the real signature in functions overload#187moshams272 wants to merge 4 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
64040ea to
4e26b45
Compare
|
Warning Your free Security trial is over. An organization admin can activate billing to continue. |
0ad0b91 to
fd668a6
Compare
Walkthrough
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 5f23aea9-968e-45e2-bce2-4f7cd90fac52
📒 Files selected for processing (3)
plugins/shared/titles.mjsplugins/theme/partials/index.mjstests/theme/theme.test.mjs.snapshot
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.
Summary
This PR shows the real signature of standalone functions and classes' methods overloads instead of
Call Signature, removes the main method heading if the function is overloaded to prevent duplicate titles, and removes the shared general comment from rendering as it hasn't parent after we removed the main header above the overloads.Before:
After:
Summary by CodeRabbit