fix(typescript-estree): parsing error for vue sfc#1083
fix(typescript-estree): parsing error for vue sfc#1083bradzacher merged 2 commits intotypescript-eslint:masterfrom
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: |
bradzacher
left a comment
There was a problem hiding this comment.
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
bradzacher
left a comment
There was a problem hiding this comment.
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