Where can I find the actual bangle.js file/code? #6973
Replies: 1 comment
-
Posted at 2024-08-02 by @thyttan Hi! It's not clear to me what you mean. Could you describe in more detail? Do you want to look at the firmware code? Posted at 2024-08-02 by papam I mean the functionality that supplies E. (the object that defines Espruino general logic) and Bangle. (the object that defines Bangle specific functionality like eg GPS) Posted at 2024-08-02 by @fanoush
However I fail to see how it is supposed to be related or how it could help you with right direction for "standalone workspace with VSCode and/or Webstorm" Posted at 2024-08-02 by @thyttan @papam have you come across the espruino tutorials and examples? https://www.espruino.com/Tutorials They are helpful 😇 Edit: There is also a vscode extension: https://forum.espruino.com/conversations/392441/ Posted at 2024-08-02 by @gfwilliams If you want to find out where something specific is defined, to find out how it works, to play with it to improve the documentation, you can just find it at https://www.espruino.com/Reference#software then in the title you'll see an icon like But in many cases (especially for Posted at 2024-08-02 by papam
Yes, that is where I tripped. Thank you Posted at 2024-08-05 by @gfwilliams
The IDE works off a file that describes every function (https://www.espruino.com/json/espruino.json) - the file is automatically generated from the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-08-02 by papam
Sorry to bother you with that question, but after all the search on github (quite limited IMO) I could not find the actual (most likely named like) bangle.js and/or espruino.js files.
I am trying to build a standalone workspace with VSCode and/or Webstorm?
Glad for any hint in the right direction. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions