• Yeah, that'll be your problem then ;) Some modules are built in, but all the others are loaded on demand.

    There's are some tweaks that go on in the background when uploading to avoid some nasty edge cases.

    You could look at https://github.com/espruino/EspruinoTool­s (on NPM as https://www.npmjs.com/package/espruino) - this is a command-line (and library) version of the same code.

    You could bodge something up very easily that ran Livescript over your code and uploaded it with EspruinoTools.

    Or you could modify the Web IDE from https://github.com/espruino/EspruinoWebI­DE. If there's a web service that converted LiveScript to JavaScript it'd be trivial to write a plugin like this that took the code and converted it just before uploading.

About

Avatar for Gordon @Gordon started