-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Support BigInt detection #39
Comments
@sindresorhus Is it time already for this ?? |
It'll be a long while still before these v8 changes land in Node. See this node release list which details the supported versions of v8. |
Since this library is written in TypeScript, we probably have to wait for TypeScript to support |
TypeScript now supports BigInt: https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html |
@IssueHunt has funded $40.00 to this issue.
|
Hello! I'd like to help out with implementing support for BigInt and its Array types. What would I need to do to get started? Just create a PR? |
Hey @vladfrangu -- your help is very welcome 😄 I'd recommend opening a PR and following the patterns in the code and tests that all of the other types follow. Feel free to open a WIP PR and ask any questions you may have along the way. Maybe just start with Thanks! |
@sindresorhus has rewarded $36.00 to @vladfrangu. See it on IssueHunt
|
http://2ality.com/2017/03/es-integer.html
https://groups.google.com/forum/#!msg/v8-dev/x571Gr0khNo/y8Jk0_vSBAAJ
Also
BigInt64Array
andBigUint64Array
Blocked by microsoft/TypeScript#15096
The text was updated successfully, but these errors were encountered: