question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hello,

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:closed
  • Created 5 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

4reactions
brad4dcommented, Jul 10, 2020

We’re actively working on this now and close to adding BigInt definitions into closure-compiler’s externs files.

2reactions
brad4dcommented, Mar 14, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found