firescript
Version:
Firescript language
31 lines (30 loc) • 531 B
JSON
{
"type": "Property",
"key": {
"type": "Identifier",
"name": "getFruits"
},
"computed": false,
"value": {
"type": "FunctionExpression",
"id": null,
"params": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "ThisExpression"
}
}
]
},
"generator": false,
"expression": false,
"async": false
},
"kind": "init",
"method": true,
"shorthand": false
}