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

test with duplicated class name #6815

Closed

Conversation

brodybits
Copy link
Contributor

@brodybits brodybits commented Nov 5, 2019

@thorn0 pointed out in #6469 (comment) that the behavior in case of class A {} class A {} had changed since 1.18.2, due to an update of @babel/parser.

Here is a test that should confirm the current behavior and hopefully ensure that it does break in the future. The test description and snapshot are based on the new behavior, but it should be straightforward (trivial) to change it for the old behavior if needed.

I did also confirm that rollback to @babel/parser@7.2.0 would give us the old behavior.

  • I’ve added tests to confirm my change works.
  • (If changing the API or CLI) I’ve documented the changes I’ve made (in the docs/ directory)
  • (If the change is user-facing) I’ve added my changes to the CHANGELOG.unreleased.md file following the template.
  • I’ve read the contributing guidelines.

Try the playground for this PR

based on: tests_integration/__tests__/syntax-error.js

Co-authored-by: Georgii Dolzhykov <thorn.mailbox@gmail.com>
@brodybits
Copy link
Contributor Author

closing in favor of #6816

@brodybits brodybits closed this Nov 5, 2019
@lock lock bot added the locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting. label Feb 3, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked-due-to-inactivity Please open a new issue and fill out the template instead of commenting.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant