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

[Bug]: Enum member integer value less than -Number.MAX_VALUE or greater than Number.MAX_VALUE becomes -Infinity or Infinity, respectively #5296

Open
4 tasks done
TomerAberbach opened this issue Dec 8, 2024 · 1 comment
Labels
design:needed A design request has been raised that needs a proposal needs-area triaged:core
Milestone

Comments

@TomerAberbach
Copy link
Contributor

Describe the bug

I guess maybe I would expect the enum member's value property to return string | number | bigint in the current state, and in this case it would become a bigint? Probably better to figure out #3314 though

Reproduction

Playground Link

Checklist

@TomerAberbach TomerAberbach added the bug Something isn't working label Dec 8, 2024
@markcowl markcowl self-assigned this Dec 9, 2024
@markcowl
Copy link
Contributor

markcowl commented Dec 9, 2024

related to: #4302

@markcowl markcowl added design:needed A design request has been raised that needs a proposal and removed bug Something isn't working labels Dec 9, 2024
@markcowl markcowl removed their assignment Dec 9, 2024
@markcowl markcowl added this to the Backlog milestone Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design:needed A design request has been raised that needs a proposal needs-area triaged:core
Projects
None yet
Development

No branches or pull requests

2 participants