Dan Kozlov
Dan Kozlov
If new versions are planned, I would actually advise in favor of abandoning rollup config at all and using something like [dual-publish](https://github.com/ai/dual-publish/) with CJS as a more common option for...
@g-harel > I'm mostly outputting bundled JS to make it easier to use with a import. Most of the libs ship bundled code, that is ok. Not only it allows...
@g-harel I tried your beta release, but it doesn't work. I suspect it's mostly because you haven't added "module" key in `package.json`. All these modern bundlers are so fragile :)
@pngwn > It should not be configurable though. Why? We already have an option to sort the order of component's content (script-styles-template). I thought there should just be a sane...
Implementation detail: if you use any spread, it should disable the auto sorting for this element so the overwrite logic is not changed.
Another thing hit my mind, that maybe Svelte leaves the order of conditional classes intact, so ```html ``` and ```html ``` would result in different DOM result, so, probably, `class:`...
@antony > It might be interesting if you have some concrete examples of what isn't caught, so that we can look into considering these for this implementation discussion. [Here's a...
As to the initial API proposal. I saw in some issues the idea to wrap markup with new `{#try}{:catch}` template expressions. I find it limiting: you may want to do...
@ADantes It is a nice addition, but Suspense is way out of the context of this RFC, I think. It's less about error handling and more about an opinionated way...
@JonasKruckenberg Also I wasn't sure if I'm supposed to rebuild the lib manually, but I didn't find a GA setup for this, so I did it anyway. Can drop if...