-
-
Notifications
You must be signed in to change notification settings - Fork 21
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: (experimental) partial support for Svelte v5 parser #421
Conversation
🦋 Changeset detectedLatest commit: 8713722 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Pull Request Test Coverage Report for Build 6863695899
💛 - Coveralls |
a467a9c
to
5c42a1a
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.
I think it's LGTM. Thank you!
But how we will release it?
We will go to same way as prettier-plugin-svelte
?
(Just release minor version.)
https://github.com/sveltejs/prettier-plugin-svelte/releases/tag/v3.1.0
I'd like to release it at v0.34 if it doesn't contain breaking changes, but since it's still v0, minor releases may also require people to explicitly use the new version. |
related to sveltejs/eslint-plugin-svelte#587, #423
This PR is still a work in progress. It must support at least the following:Support for Runes. Listed in Support for Svelte v5 #423Add Runes symbol to global variable. Listed in Support for Svelte v5 #423Apply correct type information to $derived. Listed in Support for Svelte v5 #423Make TypeScript files parsable. Listed in Support for Svelte v5 #423