Skip to content

Commit

Permalink
deps: update Acorn to v8.7.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos committed Apr 11, 2022
1 parent 75a71dc commit 2f51e12
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 83 deletions.
14 changes: 14 additions & 0 deletions deps/acorn/acorn/CHANGELOG.md
@@ -1,3 +1,17 @@
## 8.7.0 (2021-12-27)

### New features

Support quoted export names.

Upgrade to Unicode 14.

Add support for Unicode 13 properties in regular expressions.

### Bug fixes

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.

## 8.6.0 (2021-11-18)

### Bug fixes
Expand Down

0 comments on commit 2f51e12

Please sign in to comment.