mirror of https://github.com/sveltejs/svelte
parent
198f132b28
commit
bc6ee3ef9f
@ -1,3 +1,5 @@
|
|||||||
{{#each things as thing}}
|
{{#each things as thing}}
|
||||||
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
{{#each things as thing}}{{/each}}
|
@ -1,8 +1,18 @@
|
|||||||
[{
|
[
|
||||||
"message": "Empty block",
|
{
|
||||||
"loc": {
|
"message": "Empty block",
|
||||||
"line": 1,
|
"loc": {
|
||||||
"column": 0
|
"line": 1,
|
||||||
|
"column": 0
|
||||||
|
},
|
||||||
|
"pos": 0
|
||||||
},
|
},
|
||||||
"pos": 0
|
{
|
||||||
}]
|
"message": "Empty block",
|
||||||
|
"loc": {
|
||||||
|
"line": 5,
|
||||||
|
"column": 0
|
||||||
|
},
|
||||||
|
"pos": 38
|
||||||
|
}
|
||||||
|
]
|
@ -1,3 +1,5 @@
|
|||||||
{{#each things as thing}}
|
{{#each things as thing}}
|
||||||
|
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
{{#each things as thing}}{{/each}}
|
Loading…
Reference in new issue