You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/parser/samples/if-block/output.json

31 lines
419 B

8 years ago
{
"hash": 2374871934,
8 years ago
"html": {
"start": 0,
"end": 21,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 21,
"type": "IfBlock",
"expression": {
"type": "Identifier",
8 years ago
"start": 6,
"end": 9,
"name": "foo"
},
"children": [
{
"start": 11,
"end": 14,
"type": "Text",
"data": "bar"
}
]
}
]
},
"css": null,
"js": null
}