Comparing version 4.0.0 to 4.0.1
@@ -414,3 +414,3 @@ 'use strict'; | ||
if (code === 60 && this.exprAllowed) { | ||
if (code === 60 && this.exprAllowed && this.input.charCodeAt(this.pos + 1) !== 33) { | ||
++this.pos; | ||
@@ -417,0 +417,0 @@ return this.finishToken(tt.jsxTagStart); |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/RReverser/acorn-jsx", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"maintainers": [ | ||
@@ -8,0 +8,0 @@ { |
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
22935