Comparing version 6.2.0 to 6.2.1
@@ -0,1 +1,9 @@ | ||
## 6.2.1 (2019-07-21) | ||
### Bug fixes | ||
Fix bug causing Acorn to treat some characters as identifier characters that shouldn't be treated as such. | ||
Fix issue where setting the `allowReserved` option to `"never"` allowed reserved words in some circumstances. | ||
## 6.2.0 (2019-07-04) | ||
@@ -2,0 +10,0 @@ |
@@ -19,3 +19,3 @@ export as namespace acorn | ||
onTrailingComma?: (lastTokEnd: number, lastTokEndLoc?: Position) => void | ||
allowReserved?: boolean | ||
allowReserved?: boolean | 'never' | ||
allowReturnOutsideFunction?: boolean | ||
@@ -22,0 +22,0 @@ allowImportExportEverywhere?: boolean |
@@ -7,3 +7,3 @@ { | ||
"module": "dist/acorn.mjs", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"engines": {"node": ">=0.4.0"}, | ||
@@ -10,0 +10,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
1101957
9053