Fork me on GitHub
#shadow-cljs
<
2021-01-11
>
mkvlr07:01:36

seeing a $jscomp polyfill error again. Wondering if there’s anything I should keep for a reproduction before I nuke .shadow-cljs/ to make the error go away?

mkvlr07:01:53

concretely it’s $jscomp.asyncExecutePromiseGeneratorFunction is not a function

thheller11:01:35

hmm yeah I don't know how that happens

thheller11:01:46

somehow somewhere the polyfill information is lost

thheller11:01:50

does is not go away if you restart the watch?

mkvlr15:01:03

sorry for the late reply, doesn’t go away if I force compile or restart the watch

mkvlr08:01:57

I have the feeling this happens on our project every time we change the package.json

localshred20:01:03

I've been having $jscomp issues as well, I removed .shadow-cljs/ and $jscomp is back in the release build, thanks for the tip @mkvlr