Fork me on GitHub
#shadow-cljs
<
2022-06-05
>
ribelo18:06:15

somewhere I can read what vars are automatically poisoned and/or where I don't have to put ^js before variables?

thheller19:06:34

anything you don't get an externs inference warning for 😉

ribelo19:06:45

it often happens to me that the only warning I have is a fuckup on runetime 😞

thheller06:06:12

do you have examples of where you had to add them? maybe its for cases not covered by externs inference properly. or you are doing something incorrectly?

ribelo07:06:16

Unfortunately I have nothing currently prepared to show you, but I will undoubtedly be back with a ready-made example sooner rather than later.