clarity-pattern-parser 10.2.9 → 10.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clarity-pattern-parser",
3
- "version": "10.2.9",
3
+ "version": "10.2.10",
4
4
  "description": "Parsing Library for Typescript and Javascript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -301,8 +301,9 @@ export class ExpressionPattern implements Pattern {
301
301
  }
302
302
  break;
303
303
  }
304
- }
305
-
304
+ }
305
+
306
+ cursor.resolveError();
306
307
  cursor.moveTo(onIndex);
307
308
  }
308
309