-
Notifications
You must be signed in to change notification settings - Fork 44
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
Node 14: Warning: Accessing non-existent property 'INVALID_ALT_NUMBER' of module exports inside circular dependency #19
Comments
Thanks for reporting this! Seems to be a problem upstream: antlr/antlr4#2834 |
I am seeing the same issue. when will this be fixed? |
Hey @stfl, this depends on the fix for the linked antlr issue being published. |
FYI: Looks fixed in the upstream repo now! |
It seems like that change will be part of 4.9, which doesn't seem to be released. |
you're right, looks like we'll need to wait for antlr@4.9 release here's the 4.9 milestone link to track it: https://github.com/antlr/antlr4/milestone/20 |
Ok, I just used the unreleased version and it seems like it worked. But it was a HUGE change, so I published it under a rc for now. If someone wants to give it a try, |
An idea when we'll get an official release? With apple silicon, using v15.3.0 or later is now basically mandatory (due to this issue) edit: ah, looks like you have the updated antler, and it's eth-gas-reporter that needs to tag a new release now? |
@prestwich yes, cc @cgewecke |
@fvictorio Ah! Thanks for the ping. Will fix rn. |
When using this parser on Node 14, I get this warnings:
The text was updated successfully, but these errors were encountered: