Fork me on GitHub
#cljs-dev
<
2022-07-20
>
Roman Liutikov15:07:02

Has anyone run into this error as well? https://github.com/google/closure-compiler/issues/3879#issuecomment-1190413396 Setting output lang to es5 + optimizations none/whitespace_only results in runtime error $jscomp is undefined. Looks like it's Closure issue, involving missing polyfills, maybe. I wonder if ClojureScript can do something here?

Roman Liutikov07:07:50

yep, we work together, already figured a fix