borkdude / rewrite-edn

Utility lib on top of rewrite-clj with common operations to update EDN while preserving whitespace and comments.
Eclipse Public License 1.0
85 stars 14 forks source link

There are a bunch of useful functions in here #2

Closed borkdude closed 2 years ago

borkdude commented 4 years ago

https://github.com/lread/rewrite-cljc-playground/blob/master/src/rewrite_cljc/zip/seqz.cljc

We might already have those, but maybe implemented them in a sub-optimal way.

lread commented 2 years ago

One note: the rewrite-clj versions are not as formatting friendly as rewrite-edn's. For example rewrite-edn will indent new assoc or assoc-in items. Rewrite-clj inserts only minimum whitespace to keep code valid.