mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
49 lines
775 B
JSON
49 lines
775 B
JSON
{
|
|
"type": "TemplateRoot",
|
|
"body": [
|
|
{
|
|
"type": "Scriptlet",
|
|
"code": " if (true) { "
|
|
},
|
|
{
|
|
"type": "Text",
|
|
"argument": {
|
|
"type": "Literal",
|
|
"value": "\n HELLO\n"
|
|
}
|
|
},
|
|
{
|
|
"type": "Scriptlet",
|
|
"code": " } "
|
|
},
|
|
{
|
|
"type": "Text",
|
|
"argument": {
|
|
"type": "Literal",
|
|
"value": "\n"
|
|
}
|
|
},
|
|
{
|
|
"type": "Scriptlet",
|
|
"code": " if (false) { "
|
|
},
|
|
{
|
|
"type": "Text",
|
|
"argument": {
|
|
"type": "Literal",
|
|
"value": "\n WORLD\n"
|
|
}
|
|
},
|
|
{
|
|
"type": "Scriptlet",
|
|
"code": " } "
|
|
},
|
|
{
|
|
"type": "Text",
|
|
"argument": {
|
|
"type": "Literal",
|
|
"value": "\n"
|
|
}
|
|
}
|
|
]
|
|
} |