This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-03-02
Channels
- # beginners (7)
- # calva (10)
- # cider (9)
- # cljdoc (2)
- # cljsrn (10)
- # clojure (35)
- # clojure-europe (1)
- # clojure-greece (1)
- # clojure-spec (31)
- # clojure-uk (6)
- # clojurescript (3)
- # community-development (2)
- # cursive (37)
- # duct (5)
- # emacs (7)
- # fulcro (40)
- # hoplon (7)
- # off-topic (8)
- # parinfer (1)
- # quil (6)
- # re-frame (7)
- # reagent (7)
- # shadow-cljs (45)
- # sql (17)
- # tools-deps (12)
- # yada (3)
hey. how come this is exported? https://github.com/reagent-project/reagent/blob/master/src/reagent/core.cljs#L90
https://github.com/reagent-project/reagent/commit/ba995c2e0dc93e8cdad70107c2847294cce2c7fd
No idea really, the commit message mention LightTable so maybe that used Reagent somehow or something
It will affect optimized builds as the function and code it uses will be included in output?
@thheller Hm, yeah, DCE in this case would only same few bytes as most code is used by Reagent anyway. But I'll remove the export as there doesn't seem to be any reason for it to exist.