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-keyed/_actual-v2.json

39 lines
556 B

{
"hash": "3sm0ec",
"html": {
"start": 0,
"end": 56,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 35,
"type": "Text",
"data": "{#each todos as todo key todo.id}\n\t"
},
{
"start": 35,
"end": 48,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 38,
"end": 44,
"type": "Text",
"data": "{todo}"
}
]
},
{
"start": 48,
"end": 56,
"type": "Text",
"data": "\n{/each}"
}
]
},
"css": null,
"js": null
}