-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Normative: Properly handle Number(BigInt) #1766
Normative: Properly handle Number(BigInt) #1766
Conversation
is "the number value for prim" specified somewhere? should it have an xref link? |
It is specified in https://tc39.es/ecma262/#number-value. It already linking to the definition properly (see the result here) |
fantastic. |
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.
We should figure out if bugfix PRs like this one should be marked as editorial or normative, but spec text LGTM.
definitely normative imo |
Normative is anything observable in the runtime, so definitely normative. |
06b1852
to
7874c2c
Compare
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.
7874c2c
to
6e64bba
Compare
6e64bba
to
308d61e
Compare
It closes #1754. This change is missing from original BigInt additions (#1515), but it was specified in the BigInt spec text.
CC @littledan @devsnek @ljharb