-
-
Notifications
You must be signed in to change notification settings - Fork 144
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!: add Svelte 5 runes compiler support #347
Conversation
Run & review this pull request in StackBlitz Codeflow. |
You might want to add another case to the switch in src/index.ts. |
We cannot use Reserved prefix error: |
I've reported that one in the past. They stated it's low priority because the bundler will remove the unused variables |
ok, adding optimization, I'll check also the build output and create a new branch in my previous repo |
Description
See description.
We need to check if we need new custom types for runes or Svelte 5.
/cc @benmccann
/cc @dominikg
Linked Issues
closes #346
Additional context