rewrite-clj

https://github.com/clj-commons/rewrite-clj
borkdude 2019-06-08T07:46:08.109300Z

@sogaiu good catch. I should probably remove it there 🙂

2019-06-08T09:52:36.109600Z

lol

2019-06-08T09:53:34.110600Z

btw, i wrote up some notes regarding how i ended up starting to learn about what sorts of values are passed to extract-bindings: https://gist.github.com/sogaiu/fbf4a1f4aa2a8311b9612ae7460beb65

borkdude 2019-06-08T11:33:13.111200Z

ok, yea. expr is a rewrite-clj node, and ctx is some state that’s used for linting

borkdude 2019-06-08T11:34:08.111600Z

but I can imagine that this is not very clear, since these are implementation details

2019-06-08T12:38:50.112100Z

thanks, that was helpful 🙂

borkdude 2019-06-08T13:05:01.112500Z

tl;dr you can use this for inspiration, but it’s very specific to clj-kondo, so probably a lot of it you can cut out

2019-06-08T23:20:23.113300Z

ah, that makes sense. thanks for the feedback.