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.

webidl-conversions blows up react-native

See original GitHub issue

I’m not fully clear on what’s going on here, but the new version of webidl-conversions has this line:

    const asBigIntN = unsigned ? BigInt.asUintN : BigInt.asIntN;

RN does not have BigInt, and kaboom.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
domeniccommented, Aug 26, 2020

That’s a shame. Our support matrix is Node.js though, so this isn’t something we will be changing.

1reaction
domeniccommented, Sep 17, 2020

Thankfully, Safari 14 supports BigInt, so we should be fine now!

Read more comments on GitHub >

github_iconTop Results From Across the Web

webidl-conversions blows up react-native #167
I'm not fully clear on what's going on here, but the new version of webidl-conversions has this line: const asBigIntN = unsigned ?...
Read more >
argyle-link-react-native/package-lock.json at master - GitHub
Contribute to argyle-systems/argyle-link-react-native development by creating ... -assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",.
Read more >
React Relay
Relay automatically keeps all of your components up to date when data that affects them changes, and efficiently updates them only when strictly...
Read more >
Licenses of third-party open source software ... - Prosperity-App
Licenses of third-party open source software components used to develop this website and applications. UNKNOWN. @adobe/css-tools MIT.
Read more >
@arielapaula/test NPM | npm.io
... visitoraxe-corebabel-code-framebabel-helper-call-delegatebabel-helper-define-mapbabel-helper-explode-assignable-expressionbabel-helper-builder-react-jsx ...
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