You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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
<!--
Give a quick description of steps to test your changes.
-->
Verify canary release
Link to code that reproduces this issue
npx create-turbo@latest -e with-shell-commands
Which canary version will you have in your reproduction?
2.4.0
Enviroment information
Expected behavior
Runs normal
Actual behavior
Get a los of warnings like these:
and random errors:
To Reproduce
turbo boundaries
Additional context
No response
The text was updated successfully, but these errors were encountered: