pushkine
pushkine
This is a proposal to add a `$$self` ( or else ) reserved keyword that resolves into a reference to a component's own class, such as to make the following...
This is a proposal to introduce a more straightforward way to declare component events, namely through the use of empty functions. Exporting a named function with an empty body would...
From the default example Expected `↲` characters to be included in the mappings
outroing if_blocks will not receive any update from the tick they get outroed on `render_simple` : https://svelte.dev/repl/3abed636ab2d456882e49b1db35c677f?version=3.20.1 `render_compound` : https://svelte.dev/repl/5e950ff7951f4afc9b627aa9832fae5b?version=3.20.1 `render_simple` does have the following comment in the compiler ```...