Hi
In our use case, the server loads XMLs for our XML repository transforms them into JS and executes the code.
We have found a memory leak when running Blockly.Xml.clearWorkspaceAndLoadFromXml(dom, workspace)
* We are using Blockly version 3.20200123.1
* The server is headless (of course)
Any suggestion? is there a better way to transform XML into JS on the server side?
Thanks