mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
33 lines
580 B
JSON
33 lines
580 B
JSON
{
|
|
"loopType": "For",
|
|
"init": "",
|
|
"test": {
|
|
"type": "BinaryExpression",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "i"
|
|
},
|
|
"operator": "<",
|
|
"right": {
|
|
"type": "MemberExpression",
|
|
"object": {
|
|
"type": "Identifier",
|
|
"name": "foo"
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"name": "length"
|
|
},
|
|
"computed": false
|
|
}
|
|
},
|
|
"update": {
|
|
"type": "UpdateExpression",
|
|
"argument": {
|
|
"type": "Identifier",
|
|
"name": "i"
|
|
},
|
|
"operator": "++",
|
|
"prefix": false
|
|
}
|
|
} |