Skip to content

Commit 627b5bb

Browse files
targosdanielleadams
authored andcommitted
deps: update Acorn to v8.6.0
PR-URL: #40993 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 6525226 commit 627b5bb

File tree

5 files changed

+1218
-1154
lines changed

5 files changed

+1218
-1154
lines changed

deps/acorn/acorn/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 8.6.0 (2021-11-18)
2+
3+
### Bug fixes
4+
5+
Fix a bug where an object literal with multiple `__proto__` properties would incorrectly be accepted if a later property value held an assigment.
6+
7+
### New features
8+
9+
Support class private fields with the `in` operator.
10+
111
## 8.5.0 (2021-09-06)
212

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

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

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

4151
## 8.2.4 (2021-05-04)
4252

0 commit comments

Comments
 (0)