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

feat(boundaries): ignore svelte and vue files (but warn) #9886

Merged
merged 3 commits into from
Feb 4, 2025

Conversation

NicholasLYang
Copy link
Contributor

@NicholasLYang NicholasLYang commented Feb 3, 2025

Description

SWC currently cannot parse svelte or vue. Therefore we ignore them when it comes to boundaries, but we do emit a warning for users. Note that we specifically do not emit a warning per file, since that could be a lot of warnings. We do however emit per package, but that should hopefully not be too excessive

closes #9874

Testing Instructions

@NicholasLYang NicholasLYang requested a review from a team as a code owner February 3, 2025 21:45
Copy link

vercel bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 4, 2025 7:16pm

@NicholasLYang NicholasLYang force-pushed the nicholasyang/remove-svelte-vue branch from 7eb4689 to 0aced63 Compare February 4, 2025 19:14
@NicholasLYang NicholasLYang merged commit dd0d92d into main Feb 4, 2025
41 checks passed
@NicholasLYang NicholasLYang deleted the nicholasyang/remove-svelte-vue branch February 4, 2025 22:45
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.

Boundaries issue
2 participants