mirror of
https://github.com/marko-js/marko.git
synced 2026-01-25 15:03:04 +00:00
16 lines
251 B
JSON
16 lines
251 B
JSON
{
|
|
"type": "NewExpression",
|
|
"callee": {
|
|
"type": "LogicalExpression",
|
|
"left": {
|
|
"type": "Identifier",
|
|
"name": "A"
|
|
},
|
|
"operator": "||",
|
|
"right": {
|
|
"type": "Identifier",
|
|
"name": "B"
|
|
}
|
|
},
|
|
"args": []
|
|
} |