acorn-hammerhead
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -22,3 +22,3 @@ "use strict"; | ||
const loneSurrogate = /[\uD800-\uDFFF]/u; | ||
const loneSurrogate = /(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/; | ||
exports.loneSurrogate = loneSurrogate; |
{ | ||
"name": "acorn-hammerhead", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "acorn.js parser adapted to TestCafe Hammerhead", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
233481