marko/test/walker/fixtures/replace/expected.json
2017-11-22 16:46:18 -08:00

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"
}
}
]
}
]
}
]
}