cspell-grammar
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -12,7 +12,7 @@ export function isPatternInclude(p) { | ||
const p = pattern; | ||
return !!p.match && typeof p.match in TypeofMatch; | ||
return !!p.match && (typeof p.match) in TypeofMatch; | ||
} | ||
export function isPatternBeginEnd(pattern) { | ||
const p = pattern; | ||
return p.begin !== undefined && typeof p.begin in TypeofBegin && typeof p.end in TypeofEnd; | ||
return p.begin !== undefined && (typeof p.begin) in TypeofBegin && (typeof p.end) in TypeofEnd; | ||
} | ||
@@ -19,0 +19,0 @@ export function isPatternPatterns(p) { |
{ | ||
"name": "cspell-grammar", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "Grammar parsing support for cspell", | ||
@@ -85,6 +85,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "8.0.0", | ||
"@cspell/cspell-types": "8.0.0" | ||
"@cspell/cspell-pipe": "8.1.0", | ||
"@cspell/cspell-types": "8.1.0" | ||
}, | ||
"gitHead": "67c22bf98baed1c17bbc658fba8656262d17e370" | ||
"gitHead": "28568808deaf39b9ffa71fd0f722441ff1b8c794" | ||
} |
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
73213
+ Added@cspell/cspell-pipe@8.1.0(transitive)
+ Added@cspell/cspell-types@8.1.0(transitive)
- Removed@cspell/cspell-pipe@8.0.0(transitive)
- Removed@cspell/cspell-types@8.0.0(transitive)
Updated@cspell/cspell-pipe@8.1.0
Updated@cspell/cspell-types@8.1.0