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/each-block-destructured/_actual-v2.json

39 lines
562 B

{
"hash": "gtdm5e",
"html": {
"start": 0,
"end": 62,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 33,
"type": "Text",
"data": "{#each animals as [key, value]}\n\t"
},
{
"start": 33,
"end": 54,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 36,
"end": 50,
"type": "Text",
"data": "{key}: {value}"
}
]
},
{
"start": 54,
"end": 62,
"type": "Text",
"data": "\n{/each}"
}
]
},
"css": null,
"js": null
}