What hashp library works with shadow-cljs? hashp/hashp 0.2.2 prints what looks like ANSI codes (e.g. �[32m(�[0m�[30md/entity�[0m �[30mstate�[0m �[35m:app/map�[0m�[32m)�[0m => �[34m{:db/id 1}�[0m). I haven't been able to figure out how to get dev.weavejester/hashp 0.5.1 working in Cljs, and there don't seem to be many examples of people doing it on GitHub. Is there a trick someone could teach me? Does Clojure+'s hashp work in ClojureScript (if so, how?)?
@exupero I maintain a lib called https://github.com/paintparty/fireworks that works in cljs. It doesn’t (yet) offer a reader tag like hashp, but it will print and return your value and offers many options with regard to the printing and labeling. Recently add some additional https://github.com/paintparty/fireworks?tab=readme-ov-file#editor-integrations. There is also a https://github.com/paintparty/fireworks?tab=readme-ov-file#alternatives--prior-art for this kind of thing.
the clojure+ hashp thing looks to be clojure only, so that won't work.