mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
38 lines
664 B
JSON
38 lines
664 B
JSON
{
|
|
"loopType": "ForEachProp",
|
|
"nameVarName": {
|
|
"type": "Identifier",
|
|
"name": "name"
|
|
},
|
|
"valueVarName": {
|
|
"type": "Identifier",
|
|
"name": "value"
|
|
},
|
|
"in": {
|
|
"type": "ObjectExpression",
|
|
"properties": [
|
|
{
|
|
"type": "Property",
|
|
"key": {
|
|
"type": "Literal",
|
|
"value": "foo"
|
|
},
|
|
"value": {
|
|
"type": "Literal",
|
|
"value": "low"
|
|
}
|
|
},
|
|
{
|
|
"type": "Property",
|
|
"key": {
|
|
"type": "Literal",
|
|
"value": "bar"
|
|
},
|
|
"value": {
|
|
"type": "Literal",
|
|
"value": "high"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |