-
Notifications
You must be signed in to change notification settings - Fork 41
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
WARNING: Identifier directly after number #14
Comments
@jafri what produced this error? The regular installation/build of bcrypto for bcoin or handshake? Or was it a react build? These are |
There isn't a way to babelify BigInts. The newer versions of browsers do support them, to build with babel/webpack you will need to tell babel to exclude |
@pinheadmz just a regular installation and its just a warning, works fine. |
@jafri, the v8 bigint backend isn't meant to be babelified for this reason. The package browser field is meant to enforce this and fall back to the vanilla JS version: |
bcrypto/lib/node/bn.js: Identifier directly after number (46:17) 44 | */
|
Get the following warning from building
The text was updated successfully, but these errors were encountered: