|
|
@ -1,13 +1,9 @@
|
|
|
|
/* generated by Svelte vX.Y.Z-alpha1 */
|
|
|
|
/* generated by Svelte vX.Y.Z-alpha1 */
|
|
|
|
import { SvelteComponent as SvelteComponent_1, init, noop, run, safe_not_equal } from "svelte/internal.js";
|
|
|
|
import { SvelteComponent as SvelteComponent_1, init, noop, run, safe_not_equal } from "svelte/internal.js";
|
|
|
|
|
|
|
|
|
|
|
|
const SOME_CONSTANT = 42;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function foo(bar) {
|
|
|
|
|
|
|
|
console.log(bar);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function create_fragment(component, ctx) {
|
|
|
|
function create_fragment(component, ctx) {
|
|
|
|
|
|
|
|
var current;
|
|
|
|
|
|
|
|
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
c: noop,
|
|
|
|
c: noop,
|
|
|
|
m: noop,
|
|
|
|
m: noop,
|
|
|
@ -18,10 +14,16 @@ function create_fragment(component, ctx) {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const SOME_CONSTANT = 42;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function foo(bar) {
|
|
|
|
|
|
|
|
console.log(bar);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
class SvelteComponent extends SvelteComponent_1 {
|
|
|
|
class SvelteComponent extends SvelteComponent_1 {
|
|
|
|
constructor(options) {
|
|
|
|
constructor(options) {
|
|
|
|
super();
|
|
|
|
super();
|
|
|
|
init(this, options, define, create_fragment, safe_not_equal);
|
|
|
|
init(this, options, noop, create_fragment, safe_not_equal);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
get foo() {
|
|
|
|
get foo() {
|
|
|
|