@domql/globusa 3.7.6 → 3.8.1

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/dist/index.cjs CHANGED
@@ -11550,7 +11550,7 @@ var require_lib = __commonJS({
11550
11550
  this.next();
11551
11551
  return this.parseAsyncFunctionExpression(this.startNodeAtNode(id));
11552
11552
  } else if (tokenIsIdentifier(type2)) {
11553
- if (this.lookaheadCharCode() === 61) {
11553
+ if (canBeArrow && this.lookaheadCharCode() === 61) {
11554
11554
  return this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(id));
11555
11555
  } else {
11556
11556
  return id;