@blockly/block-dynamic-connection
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -30,3 +30,3 @@ !function(t,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n(require("blockly/core"));else if("function"==typeof define&&define.amd)define(["blockly/core"],n);else{var e="object"==typeof exports?n(require("blockly/core")):n(t.Blockly);for(var i in e)("object"==typeof exports?exports:t)[i]=e[i]}}(this,(function(t){return function(t){var n={};function e(i){if(n[i])return n[i].exports;var s=n[i]={i:i,l:!1,exports:{}};return t[i].call(s.exports,s,s.exports,e),s.l=!0,s.exports}return e.m=t,e.c=n,e.d=function(t,n,i){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:i})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(e.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var s in t)e.d(i,s,function(n){return t[n]}.bind(null,s));return i},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="/dist/",e(e.s=1)}([function(n,e){n.exports=t},function(t,n,e){"use strict";e.r(n),e.d(n,"overrideOldBlockDefinitions",(function(){return o}));var i=e(0); | ||
*/ | ||
const o=function(){Blockly.Blocks.list_create=Blockly.Blocks.dynamic_list_create,Blockly.Blocks.text_join=Blockly.Blocks.dynamic_text_join,Blockly.Blocks.controls_if=Blockly.Blocks.dynamic_if}}])})); | ||
const o=function(){i.Blocks.list_create=i.Blocks.dynamic_list_create,i.Blocks.text_join=i.Blocks.dynamic_text_join,i.Blocks.controls_if=i.Blocks.dynamic_if}}])})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@blockly/block-dynamic-connection", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "A group of blocks that add connections dynamically.", | ||
@@ -67,3 +67,3 @@ "scripts": { | ||
], | ||
"gitHead": "21e3e227a16a171f95f93b6cc1947514b9764287" | ||
"gitHead": "17376460cefae0a9d1485b4606c7fb3bc145fb07" | ||
} |
@@ -12,2 +12,3 @@ /** | ||
import * as Blockly from 'blockly/core'; | ||
import './insertion_marker_manager_monkey_patch'; | ||
@@ -14,0 +15,0 @@ import './dynamic_if.js'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
584
74591