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

64 lines
1004 B

{
"html": {
"start": 0,
"end": 46,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 46,
"type": "Element",
"name": "div",
"attributes": [
{
"start": 5,
"end": 30,
"type": "Attribute",
"name": "style",
"value": [
{
"start": 12,
"end": 19,
"type": "Text",
"data": "color: "
},
{
"start": 19,
"end": 28,
"type": "MustacheTag",
"expression": {
"start": 21,
"end": 26,
"type": "Identifier",
"name": "color"
}
},
{
"start": 28,
"end": 29,
"type": "Text",
"data": ";"
}
]
}
],
"children": [
{
"start": 31,
"end": 40,
"type": "MustacheTag",
"expression": {
"start": 33,
"end": 38,
"type": "Identifier",
"name": "color"
}
}
]
}
]
},
"css": null,
"js": null
}