-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
happy svelte parsing #3366
happy svelte parsing #3366
Conversation
|
The latest changes of this PR are not available as canary, since there are no linked |
✅ Deploy Preview for graphiql-test ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3366 +/- ##
==========================================
+ Coverage 55.81% 55.85% +0.04%
==========================================
Files 110 114 +4
Lines 5273 5303 +30
Branches 1439 1441 +2
==========================================
+ Hits 2943 2962 +19
- Misses 1901 1911 +10
- Partials 429 430 +1
|
4528804
to
c63db4d
Compare
* happy svelte parsing * test range * refactor tag parsing for readability & perf tweaks
This is a revival of an effort from #3204 by @tadeokondrak to add more comprehensive svelte parsing by using the svelte compiler
I think this test case covers some more advanced usage?
Todo: