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/output.json

47 lines
738 B

{
"hash": 2025411181,
"html": {
"start": 0,
"end": 54,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 54,
"type": "EachBlock",
"expression": {
"type": "Identifier",
"start": 8,
"end": 13,
"name": "todos"
},
"children": [
{
"start": 29,
"end": 44,
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 32,
"end": 40,
"type": "MustacheTag",
"expression": {
"type": "Identifier",
"start": 34,
"end": 38,
"name": "todo"
}
}
]
}
],
"context": "todo",
"key": "id"
}
]
},
"css": null,
"js": null
}