Fork me on GitHub
#cljs-dev
<
2017-09-17
>
dnolen00:09:37

cool, thanks

anmonteiro00:09:38

all tests pass, this one was a smooth upgrade

anmonteiro00:09:20

@dnolen btw, thought you might be interested, I implemented module processing in the Lumo build API

anmonteiro00:09:33

it just works

anmonteiro00:09:40

with google-closure-compiler-js

dnolen00:09:33

wow, cool 🙂

anmonteiro00:09:58

yeah, it’s almost at feature parity with the JVM compiler

anmonteiro00:09:06

however, applying optimizations is very slow

dnolen00:09:14

seems 10X slower

anmonteiro00:09:26

one thing that isn’t possible to implement atm though is modules

anmonteiro00:09:53

but I may just take some time and make a patch to their GWT runner

anmonteiro00:09:05

and the good thing in Lumo is we don’t need to index the top-level Node.js packages

anmonteiro00:09:17

the runtime knows which packages are there 🙂