We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ToBoolean(), and ToString() are V8_DEPRECATED and need rewriting in order to work under Node 12+.
ToBoolean()
ToString()
V8_DEPRECATED
/root/.cache/node-gyp/12.18.0/include/node/v8.h:2664:59: note: declared here 2664 | V8_WARN_UNUSED_RESULT MaybeLocal<Boolean> ToBoolean( | ^~~~~~~~~ /root/.cache/node-gyp/12.18.0/include/node/v8config.h:328:3: note: in definition of macro 'V8_DEPRECATED'
The text was updated successfully, but these errors were encountered:
See bcoin-org/bcrypto#7 for information or assistance.
Sorry, something went wrong.
No branches or pull requests
ToBoolean()
, andToString()
areV8_DEPRECATED
and need rewriting in order to work under Node 12+.The text was updated successfully, but these errors were encountered: