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
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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