getgrit / gritql

GritQL is a query language for searching, linting, and modifying code.
https://docs.grit.io/
MIT License
3.17k stars 82 forks source link

fix: make compound snippets work with stateless compiler #513

Closed morgante closed 2 months ago

morgante commented 2 months ago

Make sure we can do binding.match("console.log").

Follow up from https://github.com/getgrit/gritql/pull/512