Yep, you basically wrap it in (function() { ... })(), then remove the same text after it's been through.
(function() { ... })()
Okay. I've tried that and it won't minimise the "C" private constants. Do you just use simple optimisation?
@the1laz started
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.
Yep, you basically wrap it in
(function() { ... })()
, then remove the same text after it's been through.