-
-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporal: attribute/property and custom calendar fixes #3639
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3639 +/- ##
==========================================
+ Coverage 47.27% 47.30% +0.03%
==========================================
Files 476 476
Lines 46798 46828 +30
==========================================
+ Hits 22123 22153 +30
Misses 24675 24675 ☔ View full report in Codecov by Sentry. |
Test262 conformance changes
Fixed tests (158):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! :)
This Pull Request mainly contains some small fixes to the attribute and properties on the
Temporal
built-ins, and updates thethis
value on the custom calendar method calls.