Skip to content

deps: update Acorn to v8.7.0

Rodrigo Muino Tomonari requested to merge github/fork/targos/acorn-8-7-0 into master

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.

Merge request reports

Loading