From b55ba7a384e5677826c062238221999ae4ed9bb8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Fri, 23 Nov 2018 20:16:09 -0500 Subject: [PATCH] fix destructuring test --- test/runtime/samples/destructuring/main.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtime/samples/destructuring/main.html b/test/runtime/samples/destructuring/main.html index 956d3c0476..f6f7394813 100644 --- a/test/runtime/samples/destructuring/main.html +++ b/test/runtime/samples/destructuring/main.html @@ -2,6 +2,8 @@ import { createEventDispatcher } from 'svelte'; const dispatch = createEventDispatcher(); + + export let foo; \ No newline at end of file