mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 01:11:24 +01:00
f45e2b70fd
This also includes elements of RFCs 2 and 3
37 lines
530 B
JSON
37 lines
530 B
JSON
{
|
|
"html": {
|
|
"start": 0,
|
|
"end": 27,
|
|
"type": "Fragment",
|
|
"children": [
|
|
{
|
|
"start": 0,
|
|
"end": 27,
|
|
"type": "Element",
|
|
"name": "div",
|
|
"attributes": [
|
|
{
|
|
"start": 5,
|
|
"end": 12,
|
|
"type": "Transition",
|
|
"name": "fade",
|
|
"modifiers": [],
|
|
"expression": null,
|
|
"intro": true,
|
|
"outro": false
|
|
}
|
|
],
|
|
"children": [
|
|
{
|
|
"start": 13,
|
|
"end": 21,
|
|
"type": "Text",
|
|
"data": "fades in"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"css": [],
|
|
"js": []
|
|
} |