clarity-pattern-parser
Advanced tools
Comparing version 10.2.10 to 10.2.11
{ | ||
"name": "clarity-pattern-parser", | ||
"version": "10.2.10", | ||
"version": "10.2.11", | ||
"description": "Parsing Library for Typescript and Javascript.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -305,3 +305,3 @@ import { Node } from "../ast/Node"; | ||
} | ||
cursor.resolveError(); | ||
@@ -311,5 +311,5 @@ cursor.moveTo(onIndex); | ||
cursor.resolveError(); | ||
onIndex = cursor.index; | ||
for (let i = 0; i < this._binaryPatterns.length; i++) { | ||
cursor.resolveError(); | ||
cursor.moveTo(onIndex); | ||
@@ -316,0 +316,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1231879