Comparing version 5.5.0 to 5.5.1
{ | ||
"name": "remixml", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "XML/HTML-like macro language/template compiler engine", | ||
@@ -5,0 +5,0 @@ "main": "remixml.min.js", |
@@ -249,3 +249,3 @@ /** @license | ||
= Obj.assign(_ , {"_":$["_"], "_tag":Obj.assign({}, $["_"]["_tag"])}); | ||
delete _[""]; | ||
delete /** @type{!Object} */(_)[""]; | ||
if (scope) | ||
@@ -252,0 +252,0 @@ n$[scope] = _; |
@@ -257,3 +257,3 @@ /** @license | ||
= Obj.assign(_ , {"_":$["_"], "_tag":Obj.assign({}, $["_"]["_tag"])}); | ||
delete _[""]; | ||
delete /** @type{!Object} */(_)[""]; | ||
if (scope) | ||
@@ -260,0 +260,0 @@ n$[scope] = _; |
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
573180