From f3b384910048f20317594718bed9fb732770725c Mon Sep 17 00:00:00 2001 From: Willem van Heemstra Date: Sat, 9 Nov 2024 13:40:28 +0000 Subject: [PATCH] Update --- .../src/threagile_builder/static/lib/ast/ast_AuthorDef.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js b/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js index e11e0c3..17476a9 100644 --- a/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js +++ b/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js @@ -15,3 +15,10 @@ Blockly.Blocks['ast_AuthorDef'] = { */ domToMutation: function (xmlElement) { }, }; + +Blockly.Python['ast_AuthorDef'] = function (block) {}; + +BlockMirrorTextToBlocks.prototype['ast_AuthorDef'] = function (node, parent) {}; + +// MORE +