mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
28 lines
567 B
JSON
28 lines
567 B
JSON
{
|
|
"loopType": "ForEachProp",
|
|
"nameVarName": {
|
|
"type": "Identifier",
|
|
"name": "i"
|
|
},
|
|
"valueVarName": {
|
|
"type": "Identifier",
|
|
"name": "color"
|
|
},
|
|
"in": {
|
|
"type": "ArrayExpression",
|
|
"elements": [
|
|
{
|
|
"type": "Literal",
|
|
"value": "red"
|
|
},
|
|
{
|
|
"type": "Literal",
|
|
"value": "green"
|
|
},
|
|
{
|
|
"type": "Literal",
|
|
"value": "blue"
|
|
}
|
|
]
|
|
}
|
|
} |