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

Make sure babel parser throws exactly same recoverable errors when estree plugin is enabled #12375

Merged
merged 13 commits into from Dec 3, 2020

Commits on Nov 18, 2020

  1. Copy the full SHA
    40f488b View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Copy the full SHA
    054e7db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6dcca23 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ab0e2c0 View commit details
    Browse the repository at this point in the history
  4. fix: use string literal value in error message

    When estree plugin is enabled, stringLiteral#extra.raw is not accessible. Use StringLiteral#value instead.
    JLHwung committed Nov 19, 2020
    Copy the full SHA
    3391585 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    18eeedc View commit details
    Browse the repository at this point in the history
  6. fix: adapt to ChainExpression

    JLHwung committed Nov 19, 2020
    Copy the full SHA
    eeee5da View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    356c196 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5ddb951 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    105c2cc View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    85268f9 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    3cc4e5e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    c962cb3 View commit details
    Browse the repository at this point in the history