Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork700
feat(no-multiple-template-root): support disallowComments property#2685
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
chouchouji commentedFeb 14, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@FloEdelmann I am confused about how to determine if it is the comment of the root node. So I choose to filter invalid comments by node ranges. If you have better idea, please tell me. Thanks! <template><!-- this is a comment--> // should report <div> 123<!-- this is a comment--> // should not report </div><!-- this is a comment--> // should report</template> |
d93ffe2 to0cd3dffCompare0cd3dff tod2f906fComparechouchouji commentedMar 5, 2025
@ota-meshi I updated docs and test cases. Please review it if you have time. Thanks. |
ota-meshi left a comment
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.
Thank you for this PR!
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
chouchouji commentedMar 5, 2025
Thanks for your review. I updated code and test cases. |
979a728 toe6bc9d0Comparee6bc9d0 to7dcd683Compare
ota-meshi left a comment
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.
Sorry for the late reply.
LGTM! Thanks!
f8d0757 intovuejs:masterUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Issue
close#2316