Yuichiro Yamashita
Yuichiro Yamashita
And we need to hundle `.svelte.js` file.
@ota-meshi > Apply correct type information to $derived. Does this issue still exist?
Ah got it!
I think this is because of this change. https://github.com/janosh/svelte-multiselect/pull/75/files#diff-7d86c55b55f23806b2be4051d790e7c775fd5fa4e1ad3fc2da59eb51ce25c0e9R3 (Important point is that`type` has been removed) I took diff between 4.0.6 and 5.0.0. (Left side is 4.0.6, the right side...
And when I create the document, I would show that a mixture of SPA and MPA is faster than MPA. I will build the document as same as the Svelte...
We would like Vue users to use vapor as soon as possible. However, until it stabilises, we would like to be able to return to virtual DOM mode by simply...
Yes, we can optimize the UI for the new site. IMO, Regarding “compiler options,” it would be better if the settings were not spread across several tabs. When users want...
On the AST, even though `{#if}` and `{#else if}` both use `IfBlock`, the start character of `{#if}` becomes `start`, while for `{#else if}`, the consequent part becomes `start`. This discrepancy...
> Why the change? I am currently working on component-level tree shaking and needed this. Now `start` of `IfBlock` is different in `{#if}` and `{#else if}`, so it's difficult to...
It may be noted that if `ElseIfBlock` is used, the shape will be slightly different from the JavaScript AST. (acorn and other parsers are using `IfStatement` for `else if`.) In...