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

37 lines
556 B

{
"html": {
"start": 0,
"end": 11,
"type": "Fragment",
"children": [
{
"start": 0,
"end": 11,
"type": "Element",
"name": "div",
"attributes": [
{
"start": 5,
"end": 9,
"type": "Attribute",
"name": "id",
"value": [
{
"start": 6,
"end": 8,
"type": "AttributeShorthand",
"expression": {
"start": 6,
"end": 8,
"type": "Identifier",
"name": "id"
}
}
]
}
],
"children": []
}
]
}
}