Fork me on GitHub
#reagent
<
2019-03-02
>
juhoteperi15:03:51

No idea really, the commit message mention LightTable so maybe that used Reagent somehow or something

juhoteperi15:03:29

It will affect optimized builds as the function and code it uses will be included in output?

thheller21:03:53

yes, it prevents DCE which probably isn't too relevant

thheller21:03:22

but it also creates the exported global for that which is kinda weird

juhoteperi21:03:49

@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.