Skip to content

Conversation

mdjermanovic
Copy link
Member

Upgrades acorn dependency to v8.8.0 to include two bug fixes:

  1. In ES3, directives should not be recognized.
    issue: in es3, "use strict" should not be parsed as directive acornjs/acorn#1126
    fix: acornjs/acorn@9c2cad5
  2. Destructuring assignment target in rest properties can be parenthesized.
    issue: Destructuring assignment to grouped spread arg should pass acornjs/acorn#872
    fix: acornjs/acorn@fb4afde

Copy link
Member

@nzakas nzakas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants