mirror of https://github.com/sveltejs/svelte
commit
bdddfb47f9
@ -0,0 +1,7 @@
|
|||||||
|
<ul>
|
||||||
|
<li>a
|
||||||
|
{#if true}
|
||||||
|
<li>b
|
||||||
|
{/if}
|
||||||
|
<li>c
|
||||||
|
</ul>
|
@ -0,0 +1,94 @@
|
|||||||
|
{
|
||||||
|
"html": {
|
||||||
|
"start": 0,
|
||||||
|
"end": 51,
|
||||||
|
"type": "Fragment",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 0,
|
||||||
|
"end": 51,
|
||||||
|
"type": "Element",
|
||||||
|
"name": "ul",
|
||||||
|
"attributes": [],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 4,
|
||||||
|
"end": 6,
|
||||||
|
"type": "Text",
|
||||||
|
"raw": "\n\t",
|
||||||
|
"data": "\n\t"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"start": 6,
|
||||||
|
"end": 40,
|
||||||
|
"type": "Element",
|
||||||
|
"name": "li",
|
||||||
|
"attributes": [],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 10,
|
||||||
|
"end": 13,
|
||||||
|
"type": "Text",
|
||||||
|
"raw": "a\n\t",
|
||||||
|
"data": "a\n\t"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"start": 13,
|
||||||
|
"end": 38,
|
||||||
|
"type": "IfBlock",
|
||||||
|
"expression": {
|
||||||
|
"type": "Literal",
|
||||||
|
"start": 18,
|
||||||
|
"end": 22,
|
||||||
|
"value": true,
|
||||||
|
"raw": "true"
|
||||||
|
},
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 26,
|
||||||
|
"end": 33,
|
||||||
|
"type": "Element",
|
||||||
|
"name": "li",
|
||||||
|
"attributes": [],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 30,
|
||||||
|
"end": 33,
|
||||||
|
"type": "Text",
|
||||||
|
"raw": "b\n\t",
|
||||||
|
"data": "b\n\t"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"start": 38,
|
||||||
|
"end": 40,
|
||||||
|
"type": "Text",
|
||||||
|
"raw": "\n\t",
|
||||||
|
"data": "\n\t"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"start": 40,
|
||||||
|
"end": 46,
|
||||||
|
"type": "Element",
|
||||||
|
"name": "li",
|
||||||
|
"attributes": [],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 44,
|
||||||
|
"end": 46,
|
||||||
|
"type": "Text",
|
||||||
|
"raw": "c\n",
|
||||||
|
"data": "c\n"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue