Fork me on GitHub
#cljs-dev
<
2019-01-13
>
thheller00:01:44

but that is also sort of caused by closure not rewriting correctly

richiardiandrea00:01:11

KK cool yeah what I wished for a while is actually a "completely" custom optimization step that would not require GCC, but I know that this is never going to happen in my life span 😃

thheller00:01:10

I'm gonna say that there is never going to be something that would be able to optimize everything found on npm

thheller00:01:26

any optimizer is gonna make some compromises somewhere

thheller00:01:46

closure is pretty darn good already. I only blame the bad JS on npm 😉

👍 15
✔️ 5
mseddon19:01:59

It wouldn't be too hard to declare some externs if everything didn't depend on everything else on npm. 😑

richiardiandrea19:01:15

@mseddon in my particular case is not an externs issue, the problem manifests when require-ing npm modules...in general I agree with you though 😉

mseddon19:01:08

Oh, sorry I had misread. Still, that sad truth remains 😉