Fork me on GitHub
#clojurescript
<
2016-12-25
>
aengelberg06:12:24

what does this accomplish? [org.clojure/clojurescript "1.9.293" :classifier "aot"]

aengelberg06:12:29

specifically :classifier "aot"

aengelberg08:12:35

I can't seem to find any info on the interwebs about what AOT'd ClojureScript is exactly. Is it related to the AOT class-compiling of Clojure (JVM) projects?

rovanion08:12:40

There is no other target than js for cljs right?

pesterhazy09:12:46

what other target would you expect?

rovanion09:12:01

None, I'm getting at that an AOT compilation doesn't make sense since cljs always targets js and some js vm.

pesterhazy10:12:01

oh, context fail, sorry 🙂

anmonteiro11:12:59

I think it's about AOTing the Clojure files (containing macros) and bundling the core analysis cache

johanatan22:12:12

@anmonteiro yea, that seems to jive with my memory of this as well

johanatan23:12:34

anyone know why :optimizations :advanced would ignore ^:export and rename my exported function anyway?