webidl-conversions blows up react-native
See original GitHub issueI’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:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top 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 >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
That’s a shame. Our support matrix is Node.js though, so this isn’t something we will be changing.
Thankfully, Safari 14 supports BigInt, so we should be fine now!