FireFish5000

Results 13 comments of FireFish5000

Second commit separates chain grouping from sorting, and adds a lot more sort options. just XYZ/ZYX wasn't enough for me to easily automate what I was doing. I am not...

Sorry, an unplanned family vacation has robed me of my usual programming environment and most of my screens.I'll try to work on it while here, but if I cannot, you...

I'm with the others here, not sure the issue exists. And if it does, this seems more like aiding the problem(you like giant components? Let me help you!) than solving...

Failing to see this, [I wrote one as well.](https://gist.github.com/firefish5000/4f19f636195f836260cc388ac514de45) POC is available via `npx @tdi/svcli --preprocess`. Note though the project is a *badly **and** blindly* written scaffold cli for my...

>> I also did something similar for my library. with the extra step of removing the lang attribute too since I saw that svelte-preprocess actually checks the attribute before preprocessing...

> I guess it will. Maybe the default settings hurt more overall than they help.. I wouldn't say they are the issue. When I enable a preprocessor, I expect it...

> Making svelte-preprocess run only on non-svelte files is a no-go for me. Some kind of include/exclude seems good. Sounds good to me. New question, does the script need to...

> Starting with exclude would probably be enough. Agreed, include is just a convenient way to exclude everything else in our case. Totally unnecessary, could even be more confusing to...

Trying to think of issues, Only 2 concerns I see 1) By stripping the lang attribute it will no longer be possible to detect that language in script/style preprocessors outside...

We can solve number 2 by making this preprocessor terminal in the markup phase. That is, we preprocess the scripts/style and remove the lang tag during our markup phase. This...