Comparing version 5.3.5 to 5.3.6
{ | ||
"name": "remixml", | ||
"version": "5.3.5", | ||
"version": "5.3.6", | ||
"description": "XML/HTML-like macro language/template compiler engine", | ||
@@ -5,0 +5,0 @@ "main": "remixml.min.js", |
@@ -43,4 +43,5 @@ /** @license | ||
const /** !RegExp */ spsplsing = /\s*,\s*/; | ||
const /** string */ entw = "\\w$:.[\\]]"; | ||
const /** string */ entend | ||
= "?:&(?:\\w*;|[\\w$:.[\\]]+(?=[^%;\\w$:.[\\]])|(?=[^\\w$:.[\\]]))"; | ||
= "?:&(?:\\w*;|[" + entw + "+(?=[^%;" + entw + ")|(?=[^" + entw + "))"; | ||
const /** !RegExp */ txtentity = regexpy("(?:[^&]+|(" + entend + | ||
@@ -47,0 +48,0 @@ "[^&]*))+|&([\\w$]+(?:[.[][\\w$]+]?)*\\.[\\w$]+)(?::([\\w$]*))?(?:%([^;]*))?;" |
@@ -51,4 +51,5 @@ /** @license | ||
const /** !RegExp */ spsplsing = /\s*,\s*/; | ||
const /** string */ entw = "\\w$:.[\\]]"; | ||
const /** string */ entend | ||
= "?:&(?:\\w*;|[\\w$:.[\\]]+(?=[^%;\\w$:.[\\]])|(?=[^\\w$:.[\\]]))"; | ||
= "?:&(?:\\w*;|[" + entw + "+(?=[^%;" + entw + ")|(?=[^" + entw + "))"; | ||
const /** !RegExp */ txtentity = regexpy("(?:[^&]+|(" + entend + | ||
@@ -55,0 +56,0 @@ "[^&]*))+|&([\\w$]+(?:[.[][\\w$]+]?)*\\.[\\w$]+)(?::([\\w$]*))?(?:%([^;]*))?;" |
Sorry, the diff of this file is not supported yet
573221
7070