Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parenthesized expressions #8025

Merged
merged 2 commits into from Feb 23, 2019
Merged

Commits on Feb 23, 2019

  1. Add parser createParenthesizedExpressions option …

    When set to `true` we create `ParenthesizedExpression` nodes instead of
    setting `extra.parenthesized`.
    arv authored and jridgewell committed Feb 23, 2019
    Copy the full SHA
    06c7649 View commit details
    Browse the repository at this point in the history
  2. Also update babel-parser.d.ts

    arv authored and jridgewell committed Feb 23, 2019
    Copy the full SHA
    88ed72b View commit details
    Browse the repository at this point in the history