rewrite-clj

https://github.com/clj-commons/rewrite-clj
borkdude 2021-04-17T14:00:13.227400Z

lread 2021-04-17T14:24:29.228600Z

Cool! I should try out other libs with bb... like cljfmt and the like...

borkdude 2021-04-17T14:33:48.229100Z

I have tried cljfmt and cljstyle but both didn't work because they also explicitly used tools.reader

borkdude 2021-04-17T14:34:18.229400Z

or no, it was some Java diff tool

lread 2021-04-17T14:34:37.229700Z

ah, thanks, good to know

borkdude 2021-04-17T14:35:08.230200Z

perhaps if those diff tools are optional they can be hidden behind some reader conditional or so