Skip to content

Conversation

@catamorphism
Copy link
Contributor

This function is only called when isTemporalObject(x) is true and isTemporalObject(x) === isTemporalObject(y). Therefore, change the check for isTemporalObject(x) && isTemporalObject(y) to an assertion.

This function is only called when isTemporalObject(x) is true
and isTemporalObject(x) === isTemporalObject(y). Therefore,
change the check for isTemporalObject(x) && isTemporalObject(y) to an
assertion.
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.76%. Comparing base (03f9057) to head (2037fab).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3238   +/-   ##
=======================================
  Coverage   96.75%   96.76%           
=======================================
  Files          22       22           
  Lines       10398    10398           
  Branches     1859     1858    -1     
=======================================
+ Hits        10061    10062    +1     
+ Misses        289      288    -1     
  Partials       48       48           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant