mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
40 lines
852 B
JSON
40 lines
852 B
JSON
{
|
|
"type": "TemplateRoot",
|
|
"body": [
|
|
{
|
|
"type": "HtmlElement",
|
|
"tagName": "ul",
|
|
"attributes": [],
|
|
"body": [
|
|
{
|
|
"type": "HtmlElement",
|
|
"tagName": "li",
|
|
"attributes": [],
|
|
"body": [
|
|
{
|
|
"type": "Text",
|
|
"argument": {
|
|
"type": "Identifier",
|
|
"name": "a"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "HtmlElement",
|
|
"tagName": "li",
|
|
"attributes": [],
|
|
"body": [
|
|
{
|
|
"type": "Text",
|
|
"argument": {
|
|
"type": "Identifier",
|
|
"name": "c"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |