CLJS: Dealing with Zombies
CLJS: Dealing with Zombies
CLJS: Dealing with Zombies
https://code.thheller.com/blog/shadow-cljs/2025/05/07/dealing-with-zombies.html
Ok, this is for the CLJS enthusiasts trying to get your builds as small as possible. The Closure Compiler is quite good at eliminating dead code from your builds. However, it sometimes leaves some Zombie code that is essentially dead, but not...