Erwan Carriou
Erwan Carriou
I think that all notions that you are talking about are not yet exposed in System Designer UI, but they are implemented in [System Runtime](https://designfirst.io/systemruntime/), the JavaScript lib used to...
Thanks you for your suggestions! In fact, I have started to do that a few times ago (cf. #89 ). For the design part it would not required a lot...
I will continue on supporting other languages depending on the time I have. For the XMI, I previously study how to import/export XMI file, but I found the XMI file...
Not for the moment, but I will have a look to this issue when I will have more free time.
As shown [in the example here](https://designfirst.io/systemdesigner/documentation/docs/en/test-a-server-side-application.html), in Electron version of the app you can import core node libraries and test it right away in System Designer. For modules from npm,...
It does not work because the system you run with node contains a reference to `document` (see https://developer.mozilla.org/en-US/docs/Web/API/document) which is not managed by Node.js. It works in System Designer because...
Do you have the latest version of System Designer (**v5.2.0**) ? There was an issue with node API in older versions.
Thank you for your interesting suggestion! I have to have a look at the import of GraphQL SDL. I think it will be not difficult to do it, I just...
For information, I am starting to create an extension for this purpose.
System Designer was designed first for JavaScript (because we missed tools like this for modeling in JS). But main concepts can be applied to any languages (definition of schemas, modals,...