windicss/svelte-windicss-preprocess

`export let active = false` is preprocessed

Closed this issue · 5 comments

I discovered that if you have the following Svelte code

<script>
  export let active = false
</script>

the Javascript code ends like this:

export let class="active:false"

If I remove the windicss preprocess from the config, this doesn't happen anymore. What is happening here?

I update the parser right now. New version should be available soon

It seems to work now

Ok I need to improve a bit more with the new parser, but should be released soon. Please be a little patient! You can always use beta release, I will try to keep it as stable as possible

closing since it should work if you experience any bugs. please open new issues