@markuplint/rules
Advanced tools
Comparing version 1.0.0-alpha.14 to 1.0.0-alpha.15
@@ -282,3 +282,3 @@ "use strict"; | ||
} | ||
return !!result; | ||
return true; | ||
} |
@@ -176,2 +176,3 @@ "use strict"; | ||
var selectors = unfold_content_models_to_tags_1.default(name_1); | ||
var counter_1 = this_1._idCounter++; | ||
selectors.forEach(function (selector) { | ||
@@ -185,3 +186,3 @@ if (selector === '#custom') { | ||
// ACM = Attributes by comtent model | ||
var exp = "(?<ACM_" + _this._id + "_" + name_1.slice(1) + "_" + tagName + "><" + tagName + ">)"; | ||
var exp = "(?<ACM_" + _this._id + counter_1 + "_" + name_1.slice(1) + "_" + tagName + "><" + tagName + ">)"; | ||
tagList.add(exp); | ||
@@ -198,2 +199,3 @@ return; | ||
}; | ||
var this_1 = this; | ||
for (var _i = 0, list_1 = list; _i < list_1.length; _i++) { | ||
@@ -200,0 +202,0 @@ var name_1 = list_1[_i]; |
{ | ||
"name": "@markuplint/rules", | ||
"version": "1.0.0-alpha.14", | ||
"version": "1.0.0-alpha.15", | ||
"description": "Rules for markuplint", | ||
@@ -25,3 +25,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "81b3d6bf0e833f0e79c4f65a32203136de6edd23" | ||
"gitHead": "234c94d0083045c5ae3fa54bfc52cb40b364eefd" | ||
} |
Sorry, the diff of this file is not supported yet
484453
5170