firescript
Version:
Firescript language
36 lines (35 loc) • 626 B
JSON
{
"type": "ObjectPattern",
"properties": [
{
"type": "Property",
"key": {
"type": "Identifier",
"name": "one"
},
"computed": false,
"value": {
"type": "Identifier",
"name": "one"
},
"kind": "init",
"method": false,
"shorthand": true
},
{
"type": "Property",
"key": {
"type": "Identifier",
"name": "two"
},
"computed": false,
"value": {
"type": "Identifier",
"name": "two"
},
"kind": "init",
"method": false,
"shorthand": true
}
]
}