You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
A tiny CLI (possibly using sade) to preprocess invalid .svelte files, which are files written in languages other than JS, CSS, and HTML, into valid .svelte files. This is especially useful for library authors that want to write their components using some custom language such as SASS or TypeScript.
Is your feature request related to a problem? Please describe.
Tries to tackle sveltejs/component-template#8 and #255.
Describe the solution you'd like
A tiny CLI (possibly using
sade
) to preprocess invalid.svelte
files, which are files written in languages other than JS, CSS, and HTML, into valid.svelte
files. This is especially useful for library authors that want to write their components using some custom language such as SASS or TypeScript.Describe alternatives you've considered
sveltejs/component-template#31
The text was updated successfully, but these errors were encountered: