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

TC39 BigInt Support #28

Open
DavePearce opened this issue Jul 15, 2019 · 1 comment
Open

TC39 BigInt Support #28

DavePearce opened this issue Jul 15, 2019 · 1 comment

Comments

@DavePearce
Copy link
Member

(see also #15)

There is an active proposal for BigInt values which is already present in some browsers. See here for more info.

@DavePearce
Copy link
Member Author

Preliminary support has been added for this with the solution for #27. However, this does not run correctly on Minesweeper. Potentially the reason is related to runtime type tests which check for number as the typeof rather than bigint.

@DavePearce DavePearce reopened this Aug 3, 2019
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

No branches or pull requests

1 participant