BigInt support
See original GitHub issueHello,
I wanted to ask for plans on supporting the new native primitive type BigInt
. Babel, Typescript and particularly V8 now have support for BigInt constants with an n
suffix and operator overloading. As I primarily use CC as a bundler, it would be nice to see support for it.
Thanks Robert
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (8 by maintainers)
Top Results From Across the Web
BigInt | Can I use... Support tables for HTML5, CSS3, etc
"Can I use" provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.
Read more >BigInt - JavaScript - MDN Web Docs
BigInt values represent numeric values which are too large to be ... The operations supported on BigInt values are not constant-time and are ......
Read more >The Essential Guide To JavaScript's Newest Data Type: BigInt
BigInt is a new data type intended for use when integer values are larger than the range supported by the Number data type....
Read more >BigInt - The Modern JavaScript Tutorial
BigInt is a special numeric type that provides support for integers of arbitrary length. A bigint is created by appending n to the...
Read more >JavaScript BigInt - W3Schools
BigInt is the second numeric data type in JavaScript (after Number ). With BigInt the total number of supported data types in JavaScript...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’re actively working on this now and close to adding
BigInt
definitions into closure-compiler’s externs files.We’ll have both input and output support for ES_2019 done in the next few weeks. Then it will be time to start working on the stage 3 proposals of which this is one. https://github.com/tc39/proposals/blob/master/README.md