-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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(compiler): clone loc to ifNode
#12131
Conversation
Size ReportBundles
Usages
|
@vue/compiler-dom
@vue/compiler-core
@vue/compiler-sfc
@vue/compiler-ssr
@vue/reactivity
@vue/runtime-dom
@vue/runtime-core
@vue/server-renderer
@vue/shared
@vue/compat
vue
commit: |
Hi @KazariEX, I reviewed this PR and I'm not entirely clear on the changes. Could you please provide a brief explanation of why these changes were necessary? Thank you! |
This explains why the semantic tokens in the issue have been moved one extra digit to the right. |
/ecosystem-ci run |
📝 Ran ecosystem CI: Open
|
fix vuejs/language-tools#4911
The incremental update of language tools increased the start offset twice on the same loc object when traversing the v-if node.