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

56 lines
1.2 KiB

{
"html": {
"start": 0,
"end": 18,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 18,
"type": "Element",
"name": "input",
"attributes": [
{
"start": 7,
"end": 15,
"type": "Attribute",
"name": "foo",
"value": [
{
"start": 11,
"end": 12,
"type": "Text",
"raw": "a",
"data": "a"
},
{
"start": 12,
"end": 15,
"type": "MustacheTag",
"expression": {
"type": "Literal",
"start": 13,
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 14
}
},
"value": 1,
"raw": "1"
}
}
]
}
],
"children": []
}
]
}
}