figma-api-stub
Advanced tools
Comparing version 0.0.17 to 0.0.18
@@ -250,5 +250,17 @@ "use strict"; | ||
} | ||
ComponentNodeStub.prototype.createInstance = function () { | ||
var instance = new InstanceNodeStub(); | ||
instance.children = this.children; | ||
return; | ||
}; | ||
return ComponentNodeStub; | ||
}()); | ||
applyMixins_1.applyMixins(ComponentNodeStub, [BaseNodeMixinStub, ChildrenMixinStub]); | ||
var InstanceNodeStub = /** @class */ (function () { | ||
function InstanceNodeStub() { | ||
this.type = "INSTANCE"; | ||
} | ||
return InstanceNodeStub; | ||
}()); | ||
applyMixins_1.applyMixins(ComponentNodeStub, [BaseNodeMixinStub]); | ||
// @ts-ignore | ||
@@ -255,0 +267,0 @@ var PluginApiStub = /** @class */ (function () { |
{ | ||
"name": "figma-api-stub", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Figma API stub", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.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
45686
960