Andrew Balmos

Results 32 comments of Andrew Balmos

@antfu Thanks for the fast response. I am far from an expert on _how_ svelte deals with PostCSS, but you do have to enable [this](https://github.com/sveltejs/svelte-preprocess/blob/main/src/processors/postcss.ts) plugin for `svelte-preprocess` and write...

> To use svelte with PostCSS in svelte you would need to use svelte-preprocess. @alexanderniebuhr I don't I want to use postcss with WindiCSS, do I? I am not a...

@alexanderniebuhr I am using both. I see the same errors in neovim driven by Svelte's language server and in svelte-check. My original question was a screen shot from neovim, but...

Oh, I see your edit from "preprocessor" to "bundler plugin" now. That may be true, but doesn't explain the editor errors unless it is also true for the language server....

Interesting, so svelte-check uses the language server to generate diagnostics. As documented [here](https://github.com/sveltejs/language-tools/blob/master/docs/internal/overview.md#svelte-check). It seems this setup would require that all of WindiCSS's syntax be fully transformed as a preprocessor...

As things appear a bit stalled, I'll throw my support for this change. It would really clean up some butane based projects. Edit: I'm particularly interested in the systemd follow-up...

@mfeitoza Neat, looking forward to using it! Happy to drop it in on my project when ready, feel free to just ping me here. @christianalfoni In the meantime, can we...

@mfeitoza Great. If I get around to that project today I will spend some time using [this](https://github.com/mfeitoza/overmind-svelte/blob/master/src/overmindSvelte.ts) version and let you know. Otherwise, it might be Monday.

Closing because I don't use Overmind anymore. This was unfinished and likely very out of date now anyway.

I agree. The current behavior of producing TypeScript files that fail to compile is broken. It either should fail during this tools runtime or produce a type that captures as...