-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix(typescript-estree): parsing error for vue sfc #1083
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
Conversation
Thanks for the PR, @yoyo930021! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day. |
1993d1f
to
97ae5e7
Compare
Reason: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add tests for this?
It's hard to verify that this will fix anything without them.
Additionally we want to ensure that we don't accidentally break this in future, which we can't do without tests.
79865c4
to
5149bad
Compare
I finished. No pass test snap: |
5149bad
to
101bcc9
Compare
Codecov Report
@@ Coverage Diff @@
## master #1083 +/- ##
=======================================
Coverage 94.09% 94.09%
=======================================
Files 120 120
Lines 5200 5200
Branches 1442 1442
=======================================
Hits 4893 4893
Misses 176 176
Partials 131 131
|
@bradzacher Need to update file content when checking about file content isn't equal linting code? |
101bcc9
to
35da2d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me.
I just rebased this on top of master, and fixed the conflicts.
I'll merge this when it passes
fix #883, vuejs/eslint-plugin-vue#970, vuejs/eslint-plugin-vue#944, vuejs/vue-eslint-parser#55