mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"type": "TemplateRoot",
|
|
"body": [
|
|
{
|
|
"type": "HtmlElement",
|
|
"tagName": "ul",
|
|
"attributes": [
|
|
{
|
|
"type": "HtmlAttribute",
|
|
"name": "class",
|
|
"value": {
|
|
"type": "MemberExpression",
|
|
"object": {
|
|
"type": "Identifier",
|
|
"name": "data"
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"name": "foo"
|
|
},
|
|
"computed": false
|
|
}
|
|
}
|
|
],
|
|
"body": [
|
|
{
|
|
"type": "HtmlElement",
|
|
"tagName": "li",
|
|
"attributes": [
|
|
{
|
|
"type": "HtmlAttribute",
|
|
"name": "class",
|
|
"value": {
|
|
"type": "Literal",
|
|
"value": "color"
|
|
}
|
|
}
|
|
],
|
|
"body": [
|
|
{
|
|
"type": "Text",
|
|
"argument": {
|
|
"type": "Identifier",
|
|
"name": "color"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |