what does it mean when you tag a var as clj in cljs?
[(defn input-unmount https://github.com/reagent-project/reagent/blob/master/src/reagent/impl/input.cljs#L134
inverse of externs inference. tells the compiler to not generate externs, allowing this to be renamed
probably there to make extern inference warnings shut up 😛
it means that cljsInputLive will be renamed to something else during compilation?
can be renamed yes, doesn't mean that it will, but probably yes