You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Glowscript Users
Dear readers,
Does anybody know whether it is possible to generate the transpiled Javascript on your local machine, and if so, how? Currently I used a manual copy-paste approach from the "share or export this program" on the glowscript.org site, but it would be great if I could somehow automate this with a script on my local machine.
Thanks in advance,
Zeger Hendrikse
Steve Spicklemire
unread,
Mar 3, 2025, 5:59:32 AMMar 3
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 'Jim D.' via Glowscript Users, Steve Spicklemire
The current implementation does all the work in your browser. While in principle it would possible to use nodejs to perform the same function outside of a browser, that’s not been done at this point.
The quickest way to automate might be to use something like Selenium: