mirror of https://github.com/sveltejs/svelte
commit
f888123860
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: 'Compile plz'
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
<script>
|
||||
export function one () {
|
||||
two()
|
||||
}
|
||||
|
||||
export function two () {
|
||||
return one()
|
||||
}
|
||||
</script>
|
||||
|
||||
Compile plz
|
Loading…
Reference in new issue