Fork me on GitHub
#cljs-dev
<
2019-05-04
>
thheller13:05:09

@dnolen I opened an issue about the fn wrapper problem I mentioned the other day. https://dev.clojure.org/jira/browse/CLJS-3077

thheller13:05:52

I wonder how open you are to starting to use JS const (or let) in CLJS output? Given that the Closure Compiler can turn this into var with the required wrappers for us if needed.

thheller13:05:02

to me it seems like a no problem starting to use newer JS features given that Closure can just transpile them away when needed but you were against such things in the past

thheller13:05:30

I can understand the case against async/await or other newer language construct but const/let would allow removing a bunch of weird code in the analyzer/compiler