@ -43,7 +43,7 @@ function handleFoo(bar) {
function foo(node, callback) {
}
} // code goes here
function instance($$self, $$props, $$invalidate) {
let { bar } = $$props;
@ -63,4 +63,4 @@ class Component extends SvelteComponent {
export default Component;
@ -46,4 +46,4 @@ class Component extends SvelteComponent {
@ -63,11 +63,11 @@ function create_fragment(ctx) {
function handleTouchstart() {
} // ...
function handleClick() {
class Component extends SvelteComponent {
constructor(options) {
@ -13,7 +13,7 @@ function foo() {
function swipe(node, callback) {
} // TODO implement
const Component = create_ssr_component(($$result, $$props, $$bindings, $$slots) => {
onMount(() => {
@ -41,7 +41,15 @@
},
"body": [],
"sourceType": "module"
"sourceType": "module",
"trailingComments": [
{
"type": "Line",
"value": " TODO write some code",
"start": 10,
"end": 33
]
@ -134,7 +134,15 @@
"kind": "let"
],
"type": "Block",
"value": "\n\ttrailing multiline comment\n",
"start": 32,
"end": 67
"value": " trailing line comment",
"end": 56