lemonadejs
Advanced tools
Comparing version 3.1.1 to 3.2.0
/** | ||
* Lemonadejs v3.0.8 | ||
* Lemonadejs v3.2.0 | ||
* | ||
@@ -654,2 +654,10 @@ * Website: https://lemonadejs.net | ||
parseTokens.call(self, { e: element, a: 'src', v: '{{' + attr[k[i]] + '}}', s: self }) | ||
} else { | ||
// Parse attributes | ||
let value = run.call(self, attr[k[i]]); | ||
if (element.lemonade) { | ||
self[type] = value | ||
} else { | ||
element[type] = value; | ||
} | ||
} | ||
@@ -822,2 +830,6 @@ | ||
o.rootChild.lemon = { | ||
self: self | ||
} | ||
return o; | ||
@@ -824,0 +836,0 @@ } |
@@ -25,3 +25,3 @@ { | ||
"types": "dist/lemonade.d.ts", | ||
"version": "3.1.1" | ||
"version": "3.2.0" | ||
} |
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
82069
1985