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
This is what https://github.com/paulmillr/noble-hashes uses too and we want to use noble hashes.
I guess applications can transpile this down to their supported target lists anyways.
The text was updated successfully, but these errors were encountered:
Node.js < 14 does not support the Nullish coalescing operator from es2020, i.e. we need to drop node 12 support first.
Logical nullish assignment (??=) requires node.js 15 (ES 12/2021).
Sorry, something went wrong.
Node.js 12 EOLed on 2022-04-30. We can stop supporting it with CosmJS 0.29.0 and move to es2020 in the next release.
Successfully merging a pull request may close this issue.
This is what https://github.com/paulmillr/noble-hashes uses too and we want to use noble hashes.
I guess applications can transpile this down to their supported target lists anyways.
The text was updated successfully, but these errors were encountered: