Fork me on GitHub
#shadow-cljs
<
2024-04-16
>
zimablue17:04:39

accepting that my main problem is stupidity, I was passing a keyword value for a key in the :closure-defines map (instead of an unquoted symbol), and it didn't throw, don't think a keyword is valid here (or is it?)

thheller17:04:06

it should be a symbol or string, keywords are not auto-munged. so - or other special symbols might become a problem