mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
23 lines
359 B
JSON
23 lines
359 B
JSON
{
|
|
"loopType": "ForRange",
|
|
"varName": {
|
|
"type": "Identifier",
|
|
"name": "i"
|
|
},
|
|
"from": {
|
|
"type": "Literal",
|
|
"value": 0
|
|
},
|
|
"to": {
|
|
"type": "MemberExpression",
|
|
"object": {
|
|
"type": "Literal",
|
|
"value": "abc"
|
|
},
|
|
"property": {
|
|
"type": "Identifier",
|
|
"name": "length"
|
|
},
|
|
"computed": false
|
|
}
|
|
} |