Skip to content

Commit

Permalink
deps: update Acorn to v8.6.0
Browse files Browse the repository at this point in the history
PR-URL: #40993
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
targos authored and danielleadams committed Dec 13, 2021
1 parent 6525226 commit 627b5bb
Show file tree
Hide file tree
Showing 5 changed files with 1,218 additions and 1,154 deletions.
12 changes: 11 additions & 1 deletion deps/acorn/acorn/CHANGELOG.md
@@ -1,3 +1,13 @@
## 8.6.0 (2021-11-18)

### Bug fixes

Fix a bug where an object literal with multiple `__proto__` properties would incorrectly be accepted if a later property value held an assigment.

### New features

Support class private fields with the `in` operator.

## 8.5.0 (2021-09-06)

### Bug fixes
Expand Down Expand Up @@ -36,7 +46,7 @@ A new option, `allowSuperOutsideMethod`, can be used to suppress the error when

Default `allowAwaitOutsideFunction` to true for ECMAScript 2022 an higher.

Add support for the `p` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag.
Add support for the `d` ([indices](https://github.com/tc39/proposal-regexp-match-indices)) regexp flag.

## 8.2.4 (2021-05-04)

Expand Down

0 comments on commit 627b5bb

Please sign in to comment.