-
-
Notifications
You must be signed in to change notification settings - Fork 475
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(biome_service): add magic vue compiler macros to globals for vue single file components #2823
Conversation
331ece2
to
2a4f943
Compare
2a4f943
to
cb0b108
Compare
2f7eb26
to
77cafce
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.
Can you add a changelog line to the changelog? https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#writing-a-changelog-line
After that, we can merge it!
…single file components
77cafce
to
23453b2
Compare
Not sure if I put it in the right section. |
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!
Summary
Vue has some magic compiler macros that are treated like globals when writing single file components. This makes it unnecessary for users to manually configure biome to treat them as globals.
closes #2771
Test Plan
Added a test.