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

46 lines
725 B

8 years ago
{
"hash": "mzeq0s",
8 years ago
"html": {
"start": 0,
"end": 50,
8 years ago
"type": "Fragment",
"children": [
{
"start": 0,
"end": 50,
8 years ago
"type": "EachBlock",
"expression": {
"type": "Identifier",
"start": 7,
"end": 14,
8 years ago
"name": "animals"
},
"children": [
{
"start": 27,
"end": 42,
8 years ago
"type": "Element",
"name": "p",
"attributes": [],
"children": [
{
"start": 30,
"end": 38,
8 years ago
"type": "MustacheTag",
"expression": {
"type": "Identifier",
"start": 31,
"end": 37,
8 years ago
"name": "animal"
}
}
]
}
],
"context": "animal"
8 years ago
}
]
},
"css": null,
"js": null
}