-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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.
$ npx svelte-preprocess --src=/ --out=dist/
Describe alternatives you've considered
PaulMaly
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed