Skip to content
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

chore(cli): disable field-usage and colocated fragments for vue/svelte #334

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

JoviDeCroock
Copy link
Member

Resolves #323

Summary

The field-usage heuristics see the generated functions as two different scopes so the field-usage and co-located fragment tracking fails to report correctly, hence for now we disable this when analyzing svelte/vue.

Copy link

changeset-bot bot commented Jul 3, 2024

🦋 Changeset detected

Latest commit: da5b027

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JoviDeCroock JoviDeCroock requested a review from kitten July 3, 2024 09:38
.changeset/happy-cheetahs-provide.md Outdated Show resolved Hide resolved
@JoviDeCroock JoviDeCroock enabled auto-merge (squash) July 3, 2024 11:02
@JoviDeCroock JoviDeCroock merged commit 010a4f3 into main Jul 3, 2024
1 check passed
@JoviDeCroock JoviDeCroock deleted the disable-beta-features-for-vue branch July 3, 2024 11:03
@github-actions github-actions bot mentioned this pull request Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gql.tada check erroneously reports field not in use in Vue SFC.
2 participants