solidity-parser / parser

A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
157 stars 44 forks source link

Update README.md #26

Closed fvictorio closed 4 years ago

fvictorio commented 4 years ago

Closes #21

@Pet3ris does this make sense?

fvictorio commented 4 years ago

Oh, the problem with your fix is that it will stop working as soon as a new AST node is added :slightly_frowning_face:

Pet3ris commented 4 years ago

This makes sense and I've raised this issue with the appropriate plug-in https://github.com/terser/terser/issues/797.

fvictorio commented 4 years ago

Ok, I removed the last part, I'm going to guess most users won't care, and if they care they will find a way :sweat_smile:

Thanks for everything @Pet3ris!