shirotech
shirotech
Hi @rbiggs would you be able to share some sample code on your solution? I'm having trouble doing such a thing because now we can't render/patch with `null` or `""`...
Seems to have ticked all the boxes, any chance this can be merged soon?
I think this is a bug in Svelte itself to allow it, if we put this on the main scope, e.g. ```js const {name: $$props} = cats[0]; ``` The compiler...
I agree to not auto-insert after defining an attribute, or auto-insert anything at all. It gets quite tiring having to remember backspace every time. It should however still auto close...
Trying to guess the intention of the developer I think would be too overkill. Linking back to my post above, I think it should be up to the developer to...
Cool, whichever is decided sounds like it will have a better experience with current behaviour. The `="{}"` syntax is more for string interpolation, e.g. you can do something like this:...
Was wondering if we can borrow XML handle of CDATA, just a thought if it might be that simple?
hmm, I see two options here, correct me if I'm wrong please, this is all guesswork. 1. We disable css parsing of `style` attributes, treat it as a normal attribute....
Cool, @tomblachut can you show me where can I disable the `strict` flag in the code? I can help test it out to see any problems. Thanks.
+1 it's much cleaner in alphabetical order, right now have to do it manually.