shadow-cljs

https://github.com/thheller/shadow-cljs | https://github.com/sponsors/thheller | https://www.patreon.com/thheller
mkvlr 2021-01-11T07:55:36.455700Z

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?

thheller 2021-01-11T11:17:35.457Z

hmm yeah I don't know how that happens

thheller 2021-01-11T11:17:46.457200Z

somehow somewhere the polyfill information is lost

thheller 2021-01-11T11:49:50.457400Z

does is not go away if you restart the watch?

mkvlr 2021-01-11T15:53:03.458100Z

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

mkvlr 2021-01-11T07:55:53.455800Z

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

mkvlr 2021-01-11T08:19:57.456900Z

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

localshred 2021-01-11T20:31:03.460400Z

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