Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork25
feat: (experimental) partial support for Svelte v5 parser#421
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
changeset-botbot commentedNov 14, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
🦋 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 |
coveralls commentedNov 14, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Pull Request Test Coverage Report forBuild 6863695899
💛 -Coveralls |
Uh oh!
There was an error while loading.Please reload this page.
baseballyama left a comment
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 asprettier-plugin-svelte?
(Just release minor version.)
https://github.com/sveltejs/prettier-plugin-svelte/releases/tag/v3.1.0
ota-meshi commentedNov 14, 2023
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. |
Uh oh!
There was an error while loading.Please reload this page.
related tosveltejs/eslint-plugin-svelte#587,#423
This PR is still a work in progress. It must support at least the following:Support for Runes. Listed inSupport for Svelte v5 #423Add Runes symbol to global variable. Listed inSupport for Svelte v5 #423Apply correct type information to $derived. Listed inSupport for Svelte v5 #423Make TypeScript files parsable. Listed inSupport for Svelte v5 #423