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

Update: update acorn-jsx and fix failing test #432

Merged
merged 1 commit into from
Mar 2, 2020
Merged

Conversation

kaicataldo
Copy link
Member

@kaicataldo kaicataldo commented Feb 28, 2020

acorn-jsx released v5.2.0, which includes the changes from this PR. Since we have the same test in this repo, tests are failing in master. Updating the package.json and tests will ensure that tests pass again.

I've labeled this as an "Update" because I believe it should be treated as a semver-minor bug fix, since it is a bug fix that will lead to more errors.

More details can be found here.

@@ -1 +1 @@
<LeftRight left=<a /> right=<b>monkeys /> gorillas</b> />;
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a syntax error in the JSX spec. Please see acornjs/acorn-jsx#106 for more details.

@kaicataldo kaicataldo merged commit ced1b68 into master Mar 2, 2020
@kaicataldo kaicataldo deleted the fix-failing-test branch March 2, 2020 16:54
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.

None yet

2 participants