tintinweb / solgrep

🧠 A scriptable semantic grep utility for solidity
https://www.npmjs.com/package/solgrep
142 stars 17 forks source link

fixed support for old JS #7

Closed mrx23dot closed 2 years ago

mrx23dot commented 2 years ago

fixes https://github.com/tintinweb/solgrep/issues/6

mrx23dot commented 2 years ago

function./ig; g should ensure all instances are changed, but I can't confirm. Version stepping will also be needed.

tintinweb commented 2 years ago

@mrx23dot 🙌 missed that we're already using a regex here :D should be fine. thanks for the pr