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

33 lines
478 B

8 years ago
{
"html": {
"start": 0,
"end": 33,
8 years ago
"type": "Fragment",
"children": [
{
"start": 0,
"end": 33,
8 years ago
"type": "Element",
"name": "canvas",
"attributes": [
{
"start": 8,
"end": 23,
"type": "Binding",
"name": "this",
"modifiers": [],
"expression": {
"type": "Identifier",
"start": 19,
"end": 22,
"name": "foo"
}
8 years ago
}
],
"children": []
}
]
},
"css": [],
"js": []
}