wix-style-processor
Advanced tools
Comparing version 3.0.123 to 3.0.124
@@ -16,2 +16,3 @@ "use strict"; | ||
CustomSyntaxHelper.prototype.extractCustomSyntax = function (key, value) { | ||
var _a; | ||
var match; | ||
@@ -21,3 +22,2 @@ if (match = value.match(customSyntaxRegex)) { | ||
} | ||
var _a; | ||
}; | ||
@@ -24,0 +24,0 @@ CustomSyntaxHelper.prototype.getValue = function (varName) { |
@@ -23,2 +23,3 @@ "use strict"; | ||
function executeFunction(value, plugins, customSyntaxHelper) { | ||
var _a; | ||
var functionSignature = plugins.getFunctionSignature(value); | ||
@@ -32,3 +33,2 @@ if (functionSignature) { | ||
} | ||
var _a; | ||
} | ||
@@ -35,0 +35,0 @@ function getVarOrPrimitiveValue(varName, plugins, customSyntaxHelper) { |
@@ -5,3 +5,3 @@ { | ||
"description": "An alternative Wix Styles TPA processor", | ||
"version": "3.0.123", | ||
"version": "3.0.124", | ||
"author": { | ||
@@ -8,0 +8,0 @@ "name": "Eran Shabi", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet