cspell-glob
Advanced tools
Comparing version 5.3.0-alpha.3 to 5.3.0-alpha.4
@@ -6,2 +6,10 @@ # Change Log | ||
# [5.3.0-alpha.4](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.3...v5.3.0-alpha.4) (2021-02-25) | ||
**Note:** Version bump only for package cspell-glob | ||
# [5.3.0-alpha.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.2...v5.3.0-alpha.3) (2021-02-23) | ||
@@ -8,0 +16,0 @@ |
@@ -35,7 +35,7 @@ "use strict"; | ||
[/^[^/#][^/]*$/, '**/{$&,$&/**}'], | ||
[/^[^/#][^/]*\/$/, '**/$&**/*'], | ||
[/^[^/#][^/]*\/$/, '**/$&**/*'], // ending slash, should match any nested directory | ||
]; | ||
const mutationsGeneral = [ | ||
[/^\//, ''], | ||
[/\/$/, '$&**/*'], | ||
[/\/$/, '$&**/*'], // if it ends in a slash, make sure matches the folder | ||
]; | ||
@@ -42,0 +42,0 @@ const mutationsNested = mutationsNestedOnly.concat(mutationsGeneral); |
{ | ||
"name": "cspell-glob", | ||
"version": "5.3.0-alpha.3", | ||
"version": "5.3.0-alpha.4", | ||
"description": "Glob matcher for cspell", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4ab3c426b21963fd03e4f558fc8b378c415a6650" | ||
"gitHead": "5d3eb97efae5ebf7a7d8beedc3c0dbe912d0f405" | ||
} |
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
25144