Open Mouradif opened 1 year ago
Describe the bug Not a bug but the 2 available Solidity parsers are very outdated. They don't support custom error declarations like so
error MyCustomError(uint someArg);
Additional context By looking at ConsenSys's parser's network searching for forks with more activity, I found this repository:
https://github.com/solidity-parser/parser
and it supports CustomErrorDefinition
CustomErrorDefinition
Describe the bug Not a bug but the 2 available Solidity parsers are very outdated. They don't support custom error declarations like so
Additional context By looking at ConsenSys's parser's network searching for forks with more activity, I found this repository:
https://github.com/solidity-parser/parser
and it supports
CustomErrorDefinition