Fork me on GitHub
#cljsrn
<
2017-07-23
>
thheller09:07:05

@pesterhazy as soon as there is one instance with an unknown type yes, so for CLJS pretty much always yes

pesterhazy09:07:35

@thheller interesting, thanks

pesterhazy09:07:46

is there documentation on this?

thheller09:07:05

bascially as soon as you define anything in externs it will never be renamed

thheller09:07:23

unless you have 100% typed code (which we don’t for CLJS)

thheller09:07:58

so having too many externs is actually harmful

pesterhazy09:07:20

the link is interesting .. it looks almost as though the GCC devs are just as confused as we are 🙂

zlrth23:07:31

i do

re-natal init futureApp
cd future-app
re-natal use-figwheel
lein figwheel ios
react-native run-ios
and the react packager tells me all this:

zlrth23:07:41

and figwheel is not picking up my edits.

zlrth23:07:06

oh, it is picking up my changes, i just have to command-r the simulator