Fork me on GitHub
#cljs-dev
<
2018-04-06
>
danielcompton03:04:35

I can see that :alt-impl is available for printing, but it doesn't look like anything in CLJS core actually uses it, is that correct?

danielcompton13:04:38

Thanks, that patch in 1010 was really helpful for me to make a printer only prints the first n characters of an object efficiently

danielcompton13:04:49

Just what I needed

richiardiandrea17:04:59

Hello folks, would it make sense to add a -n --install-deps option to cljs.main? I found myself needing to toggle it in a script and while I know I can pass it with -co, an option feels better

Roman Liutikov22:04:51

@dnolen Does :output-wrapper true suppose to work with :modules?

dnolen22:04:44

How can it work?

Roman Liutikov23:04:07

So there’s no way to tell Closure to emit isolated modules such that they accidentally don’t overwrite external code?