Christian Kaisermann
Christian Kaisermann
I've just read the RFC and it looks good to me! Got nothing to add and I agree with leaving the validation for a later release. Very nice standardization initiative...
Hey, @daarxwalker 👋 I've copied your css code into a repro and got it working without any issues. Do you still have a problem with it?
Hey @MarkTanashchuk 👋 Not right now, no. However, I was thinking of making it accept a method that receives the `filename` and returns the string that will be prepended. I've...
Hmmmm, should the `preserve` property have default values such as `ld+json`? I don't see a case where we would want to parse a script with type `application/ld+json`
@benmccann That makes total sense 😅 will do it soon.
Hey @endigma 👋 > oddly, also seems to work this way with the automatic preprocessor instead of using an explicit syntax This is intended because with the automatic preprocess, we...
@oscard0m Tests are failing because the action is expecting a npm lock, but the project uses yarn
Hey @probablykasper 👋 This seems to be a duplicate of #207
Hey @probablykasper 👋 Unfortunately there's not much I can do from this side (see https://github.com/sveltejs/svelte-preprocess/issues/207#issuecomment-677452657). A comment about the semi-support for pug could be nice, yeah!
Since we need to remove these attributes, we'll need to do it in the `markup` phase. This means we will probably have to capture and save somewhere the lang/type attributes...