For further actions, you may consider blocking this person and/or reporting abuse
Read next
How to Enable Communication Between Browser Windows with JavaScript
Heru Hartanto -
10 Hidden JavaScript Gems You Should Use in Every Project in 2024
Gladiators Battle -
Incrementally fixing lots of ESlint errors in a clean way with ESlint Nibble
Nico Prat -
How I Built My Developer Portfolio
Anwer Solangi -
Top comments (1)
I think the best overall solution is
shadow-cljs
, but this requires a project setup. If you just want to transform some CLJS code, try something like this in a CLJS repl:Check the
cljs.js/compile-str
docs.