firescript
Version:
Firescript transpiler
32 lines (31 loc) • 580 B
JSON
{
"type": "VariableDeclaration",
"kind": "const",
"declarations": [{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "arr"
},
"init": {
"type": "ArrayExpression",
"elements": [
{
"type": "Literal",
"value": "banana",
"raw": "'banana'"
},
{
"type": "Literal",
"value": "mango",
"raw": "'mango'"
},
{
"type": "Literal",
"value": "peach",
"raw": "'peach'"
}
]
}
}]
}