cljs-dev 2025-11-08

@borkdude destructuring code size issue fixed in master

nice! (set! (. ObjMap -createAsIfByAssoc) this won't result in "this is a side effect that must always happen so GC will always include lite mode objects in CLJS projects"?

It's not a real top level side effect as far Google Closure Compiler is concerned

remember that will emit cljs.core.ObjMap.createAsIfByAssoc = ...

so it looks like normal namespace stuff

👍 1

and thanks for testing out :lite-mode easy to miss stuff like this 🙂

sure thing. see you next week!