Consensys/surya

Need to integrate latest syntax for error declaration.

dhruvmalik007 opened this issue · 1 comments

Issue

the addition of the latest syntax in solidity 0.8.13 for the error reverts is not supported in surya.

GNSPS commented

We have a floating pragma on the solidity parser, so when something like this is happening to you, it'll mostly be a question of uninstalling and installing the package again.

i.e., npm uninstall surya && npm install surya