-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Use { parse } from 'svelte/compiler'
#94
Comments
Same problem as with using Also this would likely require different handling for "native" |
Actually, a similar workaround could also be used for But once we have the ast, we will still need to do some serialization afterwards. And then we land on |
i've never used |
Yeah, there are shortcomings of I think the lack of types might not be too much of an issue for finding nodes as we'll mostly be looking for JS nodes? For serialization, maybe we can do a more surgical approach like |
recast is using babel, which is much less used in the Svelte ecosystem, so folks wouldn't generally be as familiar with it
The text was updated successfully, but these errors were encountered: