svelte-compiler 0.1.0

Core compiler API for the Rust Svelte toolchain
Documentation
1
2
3
4
5
6
7
import * as $ from 'svelte/internal/server';
__MODULE_BODY__

export default function __COMPONENT__($$renderer, $$props = {}) {
__INSTANCE_BODY__
__BODY__
}