View Source LiveSvelte.Components (LiveSvelte v0.13.3)

Macros to improve the developer experience of crossing the Liveview/Svelte boundary.

Link to this section Summary

Functions

Generates functions local to your current module that can be used to render Svelte components.

TODO: This could perhaps be optimized to only read the files once per compilation.

Link to this section Functions

Link to this macro

__using__(opts)

View Source (macro)

Generates functions local to your current module that can be used to render Svelte components.

TODO: This could perhaps be optimized to only read the files once per compilation.