mirror of https://github.com/sveltejs/svelte
parent
a4d08c205a
commit
ff67b137c4
@ -1 +0,0 @@
|
||||
{{#each foos as foo}}{{/each}}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"message": "Empty block",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
},
|
||||
"pos": 0
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{{#each foos as foo @id}}
|
||||
{{/each}}
|
||||
<script>
|
||||
export default {
|
||||
data: () => ({
|
||||
foos: [
|
||||
{ id: 5 }
|
||||
]
|
||||
})
|
||||
};
|
||||
</script>
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"message": "Empty block",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
},
|
||||
"pos": 0
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
{{#each foos as foo}}
|
||||
{{/each}}
|
||||
<script>
|
||||
export default {
|
||||
data: () => ({
|
||||
foos: [
|
||||
"id": 5
|
||||
]
|
||||
})
|
||||
};
|
||||
</script>
|
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
dev: true
|
||||
};
|
@ -0,0 +1,3 @@
|
||||
{{#each things as thing}}
|
||||
|
||||
{{/each}}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
[{
|
||||
"message": "Empty block",
|
||||
"loc": {
|
||||
"line": 1,
|
||||
"column": 0
|
||||
},
|
||||
"pos": 0
|
||||
}
|
||||
}]
|
@ -0,0 +1,3 @@
|
||||
{{#each things as thing}}
|
||||
|
||||
{{/each}}
|
@ -0,0 +1 @@
|
||||
[]
|
Loading…
Reference in new issue