$jscomp is not defined #4643
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
Posted at 2022-05-09 by @gfwilliams What are you trying to minify? Can you give an example? This usually happens when you're trying to use some newer JS features that aren't natively supported in ES5, so Closure tries to polyfill them |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2022-05-07 by Asynchronous
When attempting to minify a program with Closure (Whitespace only), the console throws an error, that $jscomp is not defined.
How can this be fixed?
Beta Was this translation helpful? Give feedback.
All reactions