find-conditional-comments
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,2 @@ | ||
const CONDITIONAL_COMMENT_REGEX = /(<!(--)?\[if\s[()\w\s|&!]+\]>(?:<!--+>)?)((?:.|\n)*?)(<!\[endif\]\2>)/gi; | ||
const CONDITIONAL_COMMENT_REGEX = /(<!(--)?\[if\s[()\w\s|&!]+\]>(?:<!--+>)?)((?:.|\n)*?)((?:<!--)?<!\[endif\]\2>)/gi; | ||
@@ -3,0 +3,0 @@ module.exports = function findConditionalComments(str) { |
{ | ||
"name": "find-conditional-comments", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Finds all conditional comments in a string", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -58,4 +58,5 @@ # find-conditional-comments | ||
* [preserve-comment-whitespace](https://www.npmjs.com/package/preserve-comment-whitespace) | ||
* [regex-empty-conditional-comments](https://www.npmjs.com/package/regex-empty-conditional-comments) | ||
* [posthtml-mso](https://www.npmjs.com/package/posthtml-mso) | ||
* [html-comment-regex](https://www.npmjs.com/package/html-comment-regex) |
Sorry, the diff of this file is not supported yet
6745
62