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
Currently, consumers of solhint will observe warnings like the following when running yarn install:
yarn install
(node:7265) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency (node:7265) Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency
This is caused by antlr/antlr4#2834 and resolved by antlr/antlr4#2931 which was released in antlr 4.9. Therefore it would be awesome if solhint upgraded to this release.
The text was updated successfully, but these errors were encountered:
Updated to 4.11 in master branch. Will be included in next release
Sorry, something went wrong.
No branches or pull requests
Currently, consumers of solhint will observe warnings like the following when running
yarn install
:This is caused by antlr/antlr4#2834 and resolved by antlr/antlr4#2931 which was released in antlr 4.9. Therefore it would be awesome if solhint upgraded to this release.
The text was updated successfully, but these errors were encountered: