Description
When writing #5, I thought of an idea of having Objective-C modules, which would allow developers to create modules written in JS (like the default ones), so they can use the Obj-C APIs without needing to expose each API into JS.
After pursuing this idea (I converted the current default modules except for the electrino
module), a new folder exists known as modules
. Developers would be allowed to drag and drop external modules which are automatically exposed to JS.
This also allows developers to pick and choose specific modules they want, allowing for smaller binary sizes.
I have left just the electrino
module within the application. It would most likely be common sense to leave some modules within the application (like console
).
Feel free to leave your opinions below :)