That looks like it's caused by variable mangling: in the IDE settings, under Minification -> Esprima: Mangle, is "Shorten variable names" enabled? If so: try diabling it.
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.
That looks like it's caused by variable mangling: in the IDE settings, under
Minification
->Esprima: Mangle
, is "Shorten variable names" enabled? If so: try diabling it.