Comparing version 7.1.0 to 7.1.1
@@ -0,1 +1,13 @@ | ||
## 7.1.1 (2020-03-01) | ||
### Bug fixes | ||
Treat `\8` and `\9` as invalid escapes in template strings. | ||
Allow unicode escapes in property names that are keywords. | ||
Don't error on an exponential operator expression as argument to `await`. | ||
More carefully check for valid UTF16 surrogate pairs in regexp validator. | ||
## 7.1.0 (2019-09-24) | ||
@@ -2,0 +14,0 @@ |
@@ -6,4 +6,5 @@ { | ||
"main": "dist/acorn.js", | ||
"types": "dist/acorn.d.ts", | ||
"module": "dist/acorn.mjs", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"engines": {"node": ">=0.4.0"}, | ||
@@ -10,0 +11,0 @@ "maintainers": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1105670
9141