This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-04-06
Channels
- # beginners (95)
- # boot (3)
- # cider (13)
- # cljs-dev (9)
- # cljsjs (1)
- # cljsrn (35)
- # clojure (78)
- # clojure-dev (5)
- # clojure-italy (6)
- # clojure-nl (9)
- # clojure-russia (13)
- # clojure-spec (1)
- # clojure-uk (74)
- # clojurescript (59)
- # community-development (6)
- # core-async (41)
- # css (110)
- # data-science (2)
- # datomic (22)
- # defnpodcast (1)
- # devcards (1)
- # docs (1)
- # editors (6)
- # emacs (51)
- # figwheel (1)
- # fulcro (66)
- # jobs (1)
- # jobs-discuss (75)
- # lumo (51)
- # mount (2)
- # off-topic (33)
- # pedestal (24)
- # proton (3)
- # re-frame (29)
- # reagent (92)
- # reitit (16)
- # shadow-cljs (16)
- # spacemacs (4)
- # specter (6)
- # vim (6)
- # yada (7)
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?
@danielcompton FYI, here is current usage in devtools: https://github.com/binaryage/cljs-devtools/blob/master/src/lib/devtools/formatters/printing.cljs#L125
Thanks, that patch in 1010 was really helpful for me to make a printer only prints the first n characters of an object efficiently
Just what I needed
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
@dnolen Does :output-wrapper true
suppose to work with :modules
?
So there’s no way to tell Closure to emit isolated modules such that they accidentally don’t overwrite external code?