The IDE is still minifying for you by the look of it, and presumably you're using the ES6 features that it is trying to transpile to ES5.
And you're certain that in Setting, both 'Minification' AND 'Module Minification' are set to 'No Minification'?
Do you have a testingModule.min.js file that's also in the directory? By default the IDE looks for that file first.
testingModule.min.js
@Gordon 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.
The IDE is still minifying for you by the look of it, and presumably you're using the ES6 features that it is trying to transpile to ES5.
And you're certain that in Setting, both 'Minification' AND 'Module Minification' are set to 'No Minification'?
Do you have a
testingModule.min.js
file that's also in the directory? By default the IDE looks for that file first.