We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e229b5e commit d8d93b9Copy full SHA for d8d93b9
.changeset/spotty-ducks-behave.md
@@ -1,5 +1,5 @@
1
---
2
-"@nomicfoundation/slang": minor
+"@nomicfoundation/slang": patch
3
4
5
-Fixed the old style revert calls (`revert("oops!")`) to be parsed as a normal function call rather than a `revert` statement.
+Fixed the old style revert calls (`revert("oops!")`) to be parsed as a `FunctionCallExpression` rather than a `RevertStatement`.
0 commit comments