You might be able to do:
// my module exports.foo = function() { var s = { bar : function() { }, .... } delete exports.foo; return s; };
I haven't tried it - but that really is quite nasty!
@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.
You might be able to do:
I haven't tried it - but that really is quite nasty!