You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only need to update the parser to support this but OZ uses the at keyword as a function name in certain contracts and the parser doesn't tolerate this.
Only need to update the parser to support this but OZ uses the
at
keyword as a function name in certain contracts and the parser doesn't tolerate this.(See Zeppelin CI in #905)
Have raised issue at solidity-parser/parser#123
Workaround
Use dependency resolution features in
package.json
to coerce @solidity-parser/parser to 0.20.0npm
yarn
The text was updated successfully, but these errors were encountered: