@dbpath/parser
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -40,3 +40,3 @@ "use strict"; | ||
let token = tokens[c.pos]; | ||
return (token === null || token === void 0 ? void 0 : token.type) === 'char' && token.value === ch; | ||
return (token === null || token === void 0 ? void 0 : token.value) === ch; | ||
} | ||
@@ -43,0 +43,0 @@ exports.isNextChar = isNextChar; |
{ | ||
"name": "@dbpath/parser", | ||
"description": "", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"main": "dist/index", | ||
@@ -6,0 +6,0 @@ "types": "dist/index", |
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
15096