angular-blockly
angular-blockly copied to clipboard
Any plans of supporting module loaders or es6 functionality? I'm trying to load this library in and get all kinds of reference errors.
I've tried to reset the Blockly workspace using: Blockly.setWorkspace(workspacetoser); where workspacetoser is a josn object of the previously supplied workspace... But it doesn't set the work room.. Any ideas why?
What is the best way to get the resulting javascript code (not the JSON definitions) from the workspace using angular-blockly?