Skip to content

Commit 2f51e12

Browse files
authored
deps: update Acorn to v8.7.0
PR-URL: #42667 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 75a71dc commit 2f51e12

File tree

5 files changed

+157
-83
lines changed

5 files changed

+157
-83
lines changed

deps/acorn/acorn/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 8.7.0 (2021-12-27)
2+
3+
### New features
4+
5+
Support quoted export names.
6+
7+
Upgrade to Unicode 14.
8+
9+
Add support for Unicode 13 properties in regular expressions.
10+
11+
### Bug fixes
12+
13+
Use a loop to find line breaks, because the existing regexp search would overrun the end of the searched range and waste a lot of time in minified code.
14+
115
## 8.6.0 (2021-11-18)
216

317
### Bug fixes

0 commit comments

Comments
 (0)