I guess this must bypass the way modules are designed to work.
It doesn't though - you can check (I just did)...
require("Font7x11Numeric7Seg");
Storage
New File
test
You'll see the module is actually loaded directly into that file.
@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.
It doesn't though - you can check (I just did)...
require("Font7x11Numeric7Seg");
on its own in the RHS of the IDEStorage
,New File
, and entertest
as the filenameStorage
icon, scroll down totest
and click the eye iconYou'll see the module is actually loaded directly into that file.