@dbpath/parser
Advanced tools
Comparing version 0.3.14 to 0.3.15
@@ -49,3 +49,3 @@ "use strict"; | ||
let token = tokens[pos++]; | ||
return (token === null || token === void 0 ? void 0 : token.type) === 'char' && token.value === ch | ||
return token.value === ch | ||
? { result: ch, context: Object.assign(Object.assign({}, c), { pos }) } | ||
@@ -52,0 +52,0 @@ : liftError(c, [`Expected ${ch} ${gotForError(c)}`]); |
{ | ||
"name": "@dbpath/parser", | ||
"description": "", | ||
"version": "0.3.14", | ||
"version": "0.3.15", | ||
"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
15121