Describe the bug
The JavaScript extension example which is bundled with the newIDE raises an error when it gets included and isn't working.
Also a very simple JavaScript test extension based on the working Facebook extension shows the same error.
To Reproduce
- Run
import-GDJS-Runtime.js as described in README-extensions.md. (The files indeed get copied)
- Start the dev server (run yarn/npm) and run the newIDE as Electron application
- In the IDE open the developer console. It shows the following error and the extension is not usable.
https://imgur.com/a/2JoDHjY
Other details
@blurymind couldn't get to run any JavaScript extensions either.
Describe the bug
The JavaScript extension example which is bundled with the newIDE raises an error when it gets included and isn't working.
Also a very simple JavaScript test extension based on the working Facebook extension shows the same error.
To Reproduce
import-GDJS-Runtime.jsas described in README-extensions.md. (The files indeed get copied)https://imgur.com/a/2JoDHjY
Other details
@blurymind couldn't get to run any JavaScript extensions either.