-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix: assign actual runes
value to SvelteParseContext
#633
Conversation
🦋 Changeset detectedLatest commit: 6de6d8d 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 |
commit: |
83a4ff3
to
9ecc8be
Compare
Pull Request Test Coverage Report for Build 12731320009Details
💛 - Coveralls |
(parserOptions.filePath.endsWith(".svelte.js") || | ||
parserOptions.filePath.endsWith(".svelte.ts")) |
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 only js
and ts
file can be svelte script file. So I think we can make the terms simpler.
Merge this because I need this for sveltejs/eslint-plugin-svelte#1006 |
@baseballyama This change (released in 1.0.0-next.7) has started causing a bunch of lint issues (pasted below) where previously things were working fine with 1.0.0-next.6. These errors appear to erroneous.
Consider the first one, line 24, column 7. The line in question is:
As far as I can tell, this is a perfectly normal way to declare $state Code is here: https://github.com/KieranP/Github-Releases-Feed Just bump "svelte-eslint-parser" in package.json and run |
Thank you for the report. It certainly occurs. I will investigate this. |
@KieranP Can you try to use |
@baseballyama Appears to be working correctly with next.10. Thanks |
No description provided.