regexp-tree
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -85,3 +85,3 @@ /** | ||
return true; | ||
} else if (type === 'CharacterClass') { | ||
} else if (type === 'CharacterClass' && !expression.negative) { | ||
return expression.expressions.every(function (expression) { | ||
@@ -88,0 +88,0 @@ return shouldProcess(expression, charset); |
{ | ||
"name": "regexp-tree", | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Regular Expressions parser in JavaScript", |
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
310359
50
6377