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

47 lines
754 B

{
"html": {
"start": 0,
"end": 33,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 33,
"type": "Element",
"name": "div",
"attributes": [
{
"start": 5,
"end": 26,
"type": "StyleDirective",
"name": "color",
"value": [
{
"start": 17,
"end": 26,
"type": "MustacheTag",
"expression": {
"type": "Identifier",
"start": 18,
"end": 25,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 25
}
},
"name": "myColor"
}
}
]
}
],
"children": []
}
]
}
}