mirror of https://github.com/sveltejs/svelte
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.
90 lines
1.4 KiB
90 lines
1.4 KiB
8 years ago
|
{
|
||
|
"html": {
|
||
|
"start": 0,
|
||
|
"end": 14,
|
||
|
"type": "Fragment",
|
||
|
"children": [
|
||
|
{
|
||
|
"start": 0,
|
||
|
"end": 14,
|
||
|
"type": "Element",
|
||
|
"name": "div",
|
||
|
"attributes": [],
|
||
|
"children": [
|
||
|
{
|
||
|
"start": 5,
|
||
|
"end": 8,
|
||
|
"type": "Text",
|
||
|
"data": "foo"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"css": {
|
||
|
"start": 16,
|
||
|
"end": 56,
|
||
|
"attributes": [],
|
||
|
"content": {
|
||
|
"start": 23,
|
||
|
"end": 48,
|
||
|
"styles": "\n\tdiv {\n\t\tcolor: red;\n\t}\n"
|
||
8 years ago
|
},
|
||
8 years ago
|
"children": [
|
||
|
{
|
||
|
"type": "Rule",
|
||
|
"start": 25,
|
||
|
"end": 47,
|
||
|
"selector": {
|
||
|
"type": "SelectorList",
|
||
8 years ago
|
"start": 25,
|
||
8 years ago
|
"end": 28,
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "Selector",
|
||
|
"start": 25,
|
||
|
"end": 28,
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "TypeSelector",
|
||
|
"start": 25,
|
||
|
"end": 28,
|
||
|
"name": "div"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"block": {
|
||
|
"type": "Block",
|
||
|
"start": 29,
|
||
8 years ago
|
"end": 47,
|
||
8 years ago
|
"children": [
|
||
|
{
|
||
|
"type": "Declaration",
|
||
|
"start": 33,
|
||
|
"end": 43,
|
||
|
"important": false,
|
||
|
"property": "color",
|
||
|
"value": {
|
||
|
"type": "Value",
|
||
|
"start": 39,
|
||
|
"end": 43,
|
||
8 years ago
|
"children": [
|
||
|
{
|
||
8 years ago
|
"type": "Identifier",
|
||
|
"start": 40,
|
||
|
"end": 43,
|
||
|
"name": "red"
|
||
8 years ago
|
}
|
||
|
]
|
||
|
}
|
||
8 years ago
|
}
|
||
|
]
|
||
8 years ago
|
}
|
||
8 years ago
|
}
|
||
|
]
|
||
8 years ago
|
},
|
||
|
"js": null
|
||
|
}
|