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

42 lines
602 B

{
"hash": "ehtsx6",
"html": {
"start": 0,
"end": 42,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 42,
"type": "Element",
"name": "div",
"attributes": [
{
"start": 5,
"end": 28,
"type": "Attribute",
"name": "style",
"value": [
{
"start": 12,
"end": 27,
"type": "Text",
"data": "color: {color};"
}
]
}
],
"children": [
{
"start": 29,
"end": 36,
"type": "Text",
"data": "{color}"
}
]
}
]
},
"css": null,
"js": null
}