[Bug]: Enum member integer value less than -Number.MAX_VALUE
or greater than Number.MAX_VALUE
becomes -Infinity
or Infinity
, respectively
#5296
Labels
Milestone
Describe the bug
I guess maybe I would expect the enum member's
value
property to returnstring | number | bigint
in the current state, and in this case it would become abigint
? Probably better to figure out #3314 thoughReproduction
Playground Link
Checklist
The text was updated successfully, but these errors were encountered: