diff --git a/test/runtime/samples/mixed-let-export/_config.js b/test/runtime/samples/mixed-let-export/_config.js new file mode 100644 index 0000000000..5ac8585742 --- /dev/null +++ b/test/runtime/samples/mixed-let-export/_config.js @@ -0,0 +1,9 @@ +export default { + props: { + a: 42 + }, + + html: ` + 42 + ` +} diff --git a/test/runtime/samples/mixed-let-export/main.svelte b/test/runtime/samples/mixed-let-export/main.svelte new file mode 100644 index 0000000000..659c73a860 --- /dev/null +++ b/test/runtime/samples/mixed-let-export/main.svelte @@ -0,0 +1,7 @@ + + +{a}