2017-11-22 16:46:18 -08:00

16 lines
251 B
JSON

{
"type": "NewExpression",
"callee": {
"type": "LogicalExpression",
"left": {
"type": "Identifier",
"name": "A"
},
"operator": "||",
"right": {
"type": "Identifier",
"name": "B"
}
},
"args": []
}