-
Notifications
You must be signed in to change notification settings - Fork 9
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
line numbers are incorrect for templates #386
Comments
@rrd108 Should we always receive the entire SFCDescriptor? It would have an effect in perf because now would be checking a bigger chunk of component/file every time 👀🤔 |
I was thinking about this but I do not think it will have any viewable effect on performancs. Or do you have some other worry? |
Nope, just that |
I'll take care of this one 🫡 |
Do we have some examples for this? I'm not sure with which rule to start 🤔 @rrd108 |
Any rule what checks the template. Like v-for expressions |
As the template rules get only the
template
from the file the line numbers missing thescript
lines count.If the code does not follow the
script
->template
->style
order, then the same happens to the 2nd and 3rd blockThe text was updated successfully, but these errors were encountered: