ottomated
ottomated
> A good first step would be to get rid of `FlatMapSerializer` Harder than it sounds because of BindingPatternKind (an enum) being flattened.
I fixed this in my fork [here](https://www.npmjs.com/package/kysely-libsql)
This is definitely an upstream issue because 0.4.1 now depends on @libsql/client, the issue you linked seems like the root cause.
Yes, as I said it's technically correct, but the most common place people will run into this is A. misspelling a local state or B. renaming / deleting local state...
My only qualm with this is that it seems hard to teach and unintuitive. Why does wrapping something in quotes mean that it's an attribute?
> if it has quotes outside of `{}` eg. `"{}"` it's an attribute (like normally in HTML), if it does not it's a prop. But in the case ``, prop...
What would the recommended way to do string interpolation for a property? ````?
@Rich-Harris Had to patch `@rich-harris/svelte-split-pane` to allow it to return it's current position (the repl was trying to bind to it when it wasn't bindable, which caused a bunch of...
I'll hold off on the more complicated sourcemap-related stuff then and stick to low-hanging fruit :+1:
> What I meant was we're not going to merge this PR - we can leave it open for reference when working on svelte.dev but beyond that it would be...