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

fix(vue-tsx): support parsing tsx script in .vue file (issue#2849) #2850

Merged
merged 4 commits into from May 6, 2021

Conversation

zeyangxu
Copy link
Contributor

@zeyangxu zeyangxu commented Apr 22, 2021

Closes #2849

@zeyangxu zeyangxu changed the title feat(vue-tsx): support parsing tsx script in .vue file (issue#2849) fix(vue-tsx): support parsing tsx script in .vue file (issue#2849) Apr 22, 2021
@nicojs
Copy link
Member

nicojs commented May 3, 2021

Hi, @zeyangxu thanks for the thorough bug report. You even brought your own fix, which is awesome 👍

I started writing down review comments but had to test a bunch of stuff out myself and ended up implementing the improvements, hope you don't mind 😅, see zeyangxu#1

Please look through them and, if you agree, merge them. After that, I'll merge this PR.

I've tested the code change out on your example project and it worked out nicely.

Copy link
Member

@nicojs nicojs left a comment

Choose a reason for hiding this comment

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

@nicojs nicojs enabled auto-merge (squash) May 6, 2021 20:35
@nicojs
Copy link
Member

nicojs commented May 6, 2021

Thanks again! ♥

@nicojs nicojs merged commit dc66c28 into stryker-mutator:master May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: not support tsx script tag in .vue file
2 participants