Skip to content
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

Add ToTemporalTimeZoneSlotValue in TimeZone.p.equals #42

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

ptomato
Copy link
Contributor

@ptomato ptomato commented Sep 25, 2023

Without this, we will fail some assertions in the case of a non-string argument, or a string argument that's not a valid time zone identifier. In the plain object case, we'll also miss some Has calls in ObjectImplementsTemporalTimeZoneProtocol.

Closes: #41

Without this, we will fail some assertions in the case of a non-string
argument, or a string argument that's not a valid time zone identifier.
In the plain object case, we'll also miss some Has calls in
ObjectImplementsTemporalTimeZoneProtocol.

Closes: tc39#41
Copy link
Collaborator

@justingrant justingrant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks great!

@justingrant justingrant merged commit 596b62f into tc39:main Sep 25, 2023
0 of 3 checks passed
ptomato added a commit to tc39/proposal-temporal that referenced this pull request Sep 26, 2023
Ms2ger pushed a commit to tc39/proposal-temporal that referenced this pull request Sep 26, 2023
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.

Temporal.TimeZone.prototype.equals: Missing call to ToTemporalTimeZoneSlotValue
2 participants