Is there any way to remove the editor-specific stuff from js/core/code.js and js/core/editorBlockly.js? It seems like you should be able to do everything from js/core/editorJavaScript.js - which actually handles the JavaScript editor itself.
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.
Thanks - looks good! Differences here
Is there any way to remove the editor-specific stuff from
js/core/code.js
andjs/core/editorBlockly.js
? It seems like you should be able to do everything fromjs/core/editorJavaScript.js
- which actually handles the JavaScript editor itself.