clj-commons / rewrite-clj

Rewrite Clojure code and edn
https://cljdoc.org/d/rewrite-clj
MIT License
586 stars 53 forks source link

Add support for Clojure 1.12 vector metadata #286

Closed lread closed 6 days ago

lread commented 6 days ago

Contributes to #279

lread commented 6 days ago

@borkdude, this might (or might not) be interesting for your clj-kondo rewrite-clj fork.

borkdude commented 6 days ago

with clj-kondo I haven't noticed any problems, but I'll read through this PR now

borkdude commented 6 days ago

So this mostly affects sexpr right? Then I think this PR looks good to me.

lread commented 6 days ago

Yes, the change affects sexpr only. Thanks for the review!