prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
42 stars 7 forks source link

fix: use vue compiler for ast generation #143

Closed prashantpalikhe closed 1 month ago

prashantpalikhe commented 1 month ago

ultrahtml has some shortcomings e.g.

https://github.com/natemoo-re/ultrahtml/issues/63

This PR switches to using the vue compiler for ast generation.