Dedup website examples#7340
Conversation
ExampleReader stopped discovering examples after the example maps switched to satisfies expressions, because the parser only handled direct object literal initializers. Unwrap wrapped object literals before reading the example registry, add a regression test for the wrapped initializer case, and update omnidoc expectations to the current example ids on this branch. Co-authored-by: Copilot <[email protected]>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThis PR consolidates chart example components and refactors their registries to use TypeScript's ChangesExample component consolidation and registry refactoring
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Bundle ReportBundle size has no change ✅ |
|
Tip All tests passed and all changes approved!🟢 UI Tests: 193 tests unchanged |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7340 +/- ##
==========================================
- Coverage 89.36% 89.03% -0.33%
==========================================
Files 556 548 -8
Lines 41143 40522 -621
Branches 5577 5569 -8
==========================================
- Hits 36767 36079 -688
- Misses 4368 4434 +66
- Partials 8 9 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Staging Deployment Details
These deployments will remain available for 30 days. To update snapshots: Comment |
|
/update-snapshots |
|
✅ Visual regression snapshots have been updated and committed to this PR. |
Docs only. After the recent AI refactor, some examples were duplicate or close duplicate so I cleaned it up.
Summary by CodeRabbit
Bug Fixes
Tests
Refactor