@markuplint/rules
Advanced tools
Comparing version 1.0.0-alpha.22 to 1.0.0-alpha.23
@@ -46,2 +46,3 @@ "use strict"; | ||
var unfold_content_models_to_tags_1 = __importDefault(require("./unfold-content-models-to-tags")); | ||
var expMapOnNodeId = new Map(); | ||
exports.default = ml_core_1.createRule({ | ||
@@ -164,2 +165,3 @@ name: 'permitted-contents', | ||
_a.sent(); | ||
expMapOnNodeId.clear(); | ||
return [2 /*return*/, reports]; | ||
@@ -174,3 +176,2 @@ } | ||
} | ||
var expMapOnNodeId = new Map(); | ||
function getRegExpFromNode(node, expGen) { | ||
@@ -177,0 +178,0 @@ // console.log({ n: node.nodeName }); |
{ | ||
"name": "@markuplint/rules", | ||
"version": "1.0.0-alpha.22", | ||
"version": "1.0.0-alpha.23", | ||
"description": "Rules for markuplint", | ||
@@ -20,9 +20,9 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/html-ls": "^1.0.0-alpha.14", | ||
"@markuplint/ml-spec": "^1.0.0-alpha.6" | ||
"@markuplint/html-ls": "^1.0.0-alpha.15", | ||
"@markuplint/ml-spec": "^1.0.0-alpha.7" | ||
}, | ||
"devDependencies": { | ||
"@markuplint/ml-core": "^1.0.0-alpha.17" | ||
"@markuplint/ml-core": "^1.0.0-alpha.18" | ||
}, | ||
"gitHead": "465ee42717d5f9007358c116f09398a2b08cf73e" | ||
"gitHead": "1fc0fe8bfba06ae9d22c2bc2ae6059584b35dd95" | ||
} |
Sorry, the diff of this file is not supported yet
358098
2976