Regenerate parser fixtures (#13882)

This commit is contained in:
Nicolò Ribaudo 2021-10-24 18:12:10 +02:00 committed by GitHub
parent e45d86c333
commit 62b2c5ebb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
858 changed files with 5521 additions and 10570 deletions

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,31 +1,9 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":17,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":17}},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 17
}
},
"left": { "left": {
"type": "StringLiteral", "type": "StringLiteral",
"start": 0, "start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"extra": { "extra": {
"rawValue": "use strict", "rawValue": "use strict",
"raw": "\"use strict\"" "raw": "\"use strict\""
@ -35,18 +13,7 @@
"operator": "+", "operator": "+",
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 15, "start":15,"end":17,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":17}},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 15
},
"end": {
"line": 1,
"column": 17
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"operator": "=", "operator": "=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 4, "start":4,"end":6,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 6
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"operator": "=", "operator": "=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":4,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":4},"identifierName":"eval"},
"end": 4,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 4
},
"identifierName": "eval"
},
"name": "eval" "name": "eval"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 7, "start":7,"end":9,"loc":{"start":{"line":1,"column":7},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 9
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":14,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":14}},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 14
}
},
"operator": "=", "operator": "=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9},"identifierName":"arguments"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "arguments"
},
"name": "arguments" "name": "arguments"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 12, "start":12,"end":14,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":14}},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 12
},
"end": {
"line": 1,
"column": 14
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "*=", "operator": "*=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "/=", "operator": "/=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "%=", "operator": "%=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "+=", "operator": "+=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "-=", "operator": "-=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8}},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
}
},
"operator": "<<=", "operator": "<<=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 6, "start":6,"end":8,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":8}},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 8
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8}},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
}
},
"operator": ">>=", "operator": ">>=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 6, "start":6,"end":8,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":8}},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 8
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"operator": ">>>=", "operator": ">>>=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 7, "start":7,"end":9,"loc":{"start":{"line":1,"column":7},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 9
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "&=", "operator": "&=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "^=", "operator": "^=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,49 +1,15 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"operator": "|=", "operator": "|=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":7,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 7
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "^", "operator": "^",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "||", "operator": "||",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "&&", "operator": "&&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"left": { "left": {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "||", "operator": "||",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "||", "operator": "||",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 10, "start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11},"identifierName":"z"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"left": { "left": {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "&&", "operator": "&&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "&&", "operator": "&&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 10, "start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11},"identifierName":"z"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,82 +1,24 @@
{ {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "||", "operator": "||",
"right": { "right": {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 5, "start":5,"end":11,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 11
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"operator": "&&", "operator": "&&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 10, "start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11},"identifierName":"z"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,82 +1,24 @@
{ {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":10,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":10}},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 10
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "||", "operator": "||",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 5, "start":5,"end":10,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":10}},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 10
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"operator": "^", "operator": "^",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":10,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":10},"identifierName":"z"},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 10
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,82 +1,24 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 4, "start":4,"end":9,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,82 +1,24 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 4, "start":4,"end":9,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,82 +1,24 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "-", "operator": "-",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 4, "start":4,"end":9,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"operator": "%", "operator": "%",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "%", "operator": "%",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "%", "operator": "%",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "<<", "operator": "<<",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "<<", "operator": "<<",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 10, "start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11},"identifierName":"z"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "^", "operator": "^",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "^", "operator": "^",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,82 +1,24 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 4, "start":4,"end":9,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"operator": "^", "operator": "^",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,82 +1,24 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 4, "start":4,"end":9,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "<<", "operator": "<<",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": ">>", "operator": ">>",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": ">>>", "operator": ">>>",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 6, "start":6,"end":7,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":7},"identifierName":"y"},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 7
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,338 +1,96 @@
{ {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":46,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"a"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "a"
},
"name": "a" "name": "a"
}, },
"operator": "||", "operator": "||",
"right": { "right": {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 5, "start":5,"end":46,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"b"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "b"
},
"name": "b" "name": "b"
}, },
"operator": "&&", "operator": "&&",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 10, "start":10,"end":46,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 10, "start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11},"identifierName":"c"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "c"
},
"name": "c" "name": "c"
}, },
"operator": "|", "operator": "|",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 14, "start":14,"end":46,"loc":{"start":{"line":1,"column":14},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 14, "start":14,"end":15,"loc":{"start":{"line":1,"column":14},"end":{"line":1,"column":15},"identifierName":"d"},
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 15
},
"identifierName": "d"
},
"name": "d" "name": "d"
}, },
"operator": "^", "operator": "^",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 18, "start":18,"end":46,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 18, "start":18,"end":19,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":19},"identifierName":"e"},
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 19
},
"identifierName": "e"
},
"name": "e" "name": "e"
}, },
"operator": "&", "operator": "&",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 22, "start":22,"end":46,"loc":{"start":{"line":1,"column":22},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 22, "start":22,"end":23,"loc":{"start":{"line":1,"column":22},"end":{"line":1,"column":23},"identifierName":"f"},
"end": 23,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 23
},
"identifierName": "f"
},
"name": "f" "name": "f"
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 27, "start":27,"end":46,"loc":{"start":{"line":1,"column":27},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 27, "start":27,"end":28,"loc":{"start":{"line":1,"column":27},"end":{"line":1,"column":28},"identifierName":"g"},
"end": 28,
"loc": {
"start": {
"line": 1,
"column": 27
},
"end": {
"line": 1,
"column": 28
},
"identifierName": "g"
},
"name": "g" "name": "g"
}, },
"operator": "<", "operator": "<",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 31, "start":31,"end":46,"loc":{"start":{"line":1,"column":31},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 31
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 31, "start":31,"end":32,"loc":{"start":{"line":1,"column":31},"end":{"line":1,"column":32},"identifierName":"h"},
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 31
},
"end": {
"line": 1,
"column": 32
},
"identifierName": "h"
},
"name": "h" "name": "h"
}, },
"operator": ">>>", "operator": ">>>",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 37, "start":37,"end":46,"loc":{"start":{"line":1,"column":37},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 37
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 37, "start":37,"end":38,"loc":{"start":{"line":1,"column":37},"end":{"line":1,"column":38},"identifierName":"i"},
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 37
},
"end": {
"line": 1,
"column": 38
},
"identifierName": "i"
},
"name": "i" "name": "i"
}, },
"operator": "+", "operator": "+",
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 41, "start":41,"end":46,"loc":{"start":{"line":1,"column":41},"end":{"line":1,"column":46}},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 41
},
"end": {
"line": 1,
"column": 46
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 41, "start":41,"end":42,"loc":{"start":{"line":1,"column":41},"end":{"line":1,"column":42},"identifierName":"j"},
"end": 42,
"loc": {
"start": {
"line": 1,
"column": 41
},
"end": {
"line": 1,
"column": 42
},
"identifierName": "j"
},
"name": "j" "name": "j"
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 45, "start":45,"end":46,"loc":{"start":{"line":1,"column":45},"end":{"line":1,"column":46},"identifierName":"k"},
"end": 46,
"loc": {
"start": {
"line": 1,
"column": 45
},
"end": {
"line": 1,
"column": 46
},
"identifierName": "k"
},
"name": "k" "name": "k"
} }
} }

View File

@ -1,48 +1,14 @@
{ {
"type": "ConditionalExpression", "type": "ConditionalExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"test": { "test": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"y"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "y"
},
"name": "y" "name": "y"
}, },
"consequent": { "consequent": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
}
},
"extra": { "extra": {
"rawValue": 1, "rawValue": 1,
"raw": "1" "raw": "1"
@ -51,18 +17,7 @@
}, },
"alternate": { "alternate": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
}
},
"extra": { "extra": {
"rawValue": 2, "rawValue": 2,
"raw": "2" "raw": "2"

View File

@ -1,81 +1,24 @@
{ {
"type": "ConditionalExpression", "type": "ConditionalExpression",
"start": 0, "start":0,"end":14,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":14}},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 14
}
},
"test": { "test": {
"type": "LogicalExpression", "type": "LogicalExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "&&", "operator": "&&",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"consequent": { "consequent": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 9, "start":9,"end":10,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":10}},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 10
}
},
"extra": { "extra": {
"rawValue": 1, "rawValue": 1,
"raw": "1" "raw": "1"
@ -84,18 +27,7 @@
}, },
"alternate": { "alternate": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 13, "start":13,"end":14,"loc":{"start":{"line":1,"column":13},"end":{"line":1,"column":14}},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 14
}
},
"extra": { "extra": {
"rawValue": 2, "rawValue": 2,
"raw": "2" "raw": "2"

View File

@ -1,63 +1,18 @@
{ {
"type": "AssignmentExpression", "type": "AssignmentExpression",
"start": 0, "start":0,"end":15,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":15}},
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 15
}
},
"operator": "=", "operator": "=",
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"right": { "right": {
"type": "ConditionalExpression", "type": "ConditionalExpression",
"start": 4, "start":4,"end":15,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":15}},
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 15
}
},
"test": { "test": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
}
},
"extra": { "extra": {
"rawValue": 0, "rawValue": 0,
"raw": "0", "raw": "0",
@ -68,18 +23,7 @@
}, },
"consequent": { "consequent": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 10, "start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
}
},
"extra": { "extra": {
"rawValue": 1, "rawValue": 1,
"raw": "1" "raw": "1"
@ -88,18 +32,7 @@
}, },
"alternate": { "alternate": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 14, "start":14,"end":15,"loc":{"start":{"line":1,"column":14},"end":{"line":1,"column":15}},
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 15
}
},
"extra": { "extra": {
"rawValue": 2, "rawValue": 2,
"raw": "2" "raw": "2"

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "==", "operator": "==",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "!=", "operator": "!=",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "===", "operator": "===",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 6, "start":6,"end":7,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":7},"identifierName":"y"},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 7
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":7,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":7}},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "!==", "operator": "!==",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 6, "start":6,"end":7,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":7},"identifierName":"y"},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 7
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,45 +1,12 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":15,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":15}},
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 15
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"left": { "left": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 1, "start":1,"end":2,"loc":{"start":{"line":1,"column":1},"end":{"line":1,"column":2}},
"end": 2,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 2
}
},
"extra": { "extra": {
"rawValue": 1, "rawValue": 1,
"raw": "1", "raw": "1",
@ -51,18 +18,7 @@
"operator": "+", "operator": "+",
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 7, "start":7,"end":8,"loc":{"start":{"line":1,"column":7},"end":{"line":1,"column":8}},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 7
},
"end": {
"line": 1,
"column": 8
}
},
"extra": { "extra": {
"rawValue": 2, "rawValue": 2,
"raw": "2", "raw": "2",
@ -75,18 +31,7 @@
"operator": "+", "operator": "+",
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 14, "start":14,"end":15,"loc":{"start":{"line":1,"column":14},"end":{"line":1,"column":15}},
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 14
},
"end": {
"line": 1,
"column": 15
}
},
"extra": { "extra": {
"rawValue": 3, "rawValue": 3,
"raw": "3" "raw": "3"

View File

@ -1,45 +1,12 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1}},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
}
},
"extra": { "extra": {
"rawValue": 4, "rawValue": 4,
"raw": "4" "raw": "4"
@ -49,18 +16,7 @@
"operator": "+", "operator": "+",
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
}
},
"extra": { "extra": {
"rawValue": 5, "rawValue": 5,
"raw": "5" "raw": "5"
@ -71,18 +27,7 @@
"operator": "<<", "operator": "<<",
"right": { "right": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 10, "start":10,"end":11,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 11
}
},
"extra": { "extra": {
"rawValue": 6, "rawValue": 6,
"raw": "6", "raw": "6",

View File

@ -1,32 +1,9 @@
{ {
"type": "NewExpression", "type": "NewExpression",
"start": 0, "start":0,"end":10,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":10}},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 10
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":10,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":10},"identifierName":"Button"},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 10
},
"identifierName": "Button"
},
"name": "Button" "name": "Button"
}, },
"arguments": [] "arguments": []

View File

@ -1,32 +1,9 @@
{ {
"type": "NewExpression", "type": "NewExpression",
"start": 0, "start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":10,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":10},"identifierName":"Button"},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 10
},
"identifierName": "Button"
},
"name": "Button" "name": "Button"
}, },
"arguments": [] "arguments": []

View File

@ -1,46 +1,12 @@
{ {
"type": "NewExpression", "type": "NewExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"callee": { "callee": {
"type": "NewExpression", "type": "NewExpression",
"start": 4, "start":4,"end":11,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 11
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":11,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":11},"identifierName":"foo"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "foo"
},
"name": "foo" "name": "foo"
}, },
"arguments": [] "arguments": []

View File

@ -1,46 +1,12 @@
{ {
"type": "NewExpression", "type": "NewExpression",
"start": 0, "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"callee": { "callee": {
"type": "NewExpression", "type": "NewExpression",
"start": 4, "start":4,"end":13,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 13
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":11,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":11},"identifierName":"foo"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "foo"
},
"name": "foo" "name": "foo"
}, },
"arguments": [] "arguments": []

View File

@ -1,82 +1,25 @@
{ {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":15,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":15}},
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 15
}
},
"callee": { "callee": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"object": { "object": {
"type": "NewExpression", "type": "NewExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":7,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":7},"identifierName":"foo"},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 7
},
"identifierName": "foo"
},
"name": "foo" "name": "foo"
}, },
"arguments": [] "arguments": []
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 10, "start":10,"end":13,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":13},"identifierName":"bar"},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 10
},
"end": {
"line": 1,
"column": 13
},
"identifierName": "bar"
},
"name": "bar" "name": "bar"
}, }
"computed": false
}, },
"arguments": [] "arguments": []
} }

View File

@ -1,66 +1,20 @@
{ {
"type": "NewExpression", "type": "NewExpression",
"start": 0, "start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"callee": { "callee": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 4, "start":4,"end":12,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 12
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":7,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":7},"identifierName":"foo"},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 7
},
"identifierName": "foo"
},
"name": "foo" "name": "foo"
}, },
"computed": true,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":11,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":11},"identifierName":"bar"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "bar"
},
"name": "bar" "name": "bar"
}, }
"computed": true
}, },
"arguments": [] "arguments": []
} }

View File

@ -1,66 +1,20 @@
{ {
"type": "NewExpression", "type": "NewExpression",
"start": 0, "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"callee": { "callee": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 4, "start":4,"end":11,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 11
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":7,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":7},"identifierName":"foo"},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 7
},
"identifierName": "foo"
},
"name": "foo" "name": "foo"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":11,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":11},"identifierName":"bar"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "bar"
},
"name": "bar" "name": "bar"
}, }
"computed": false
}, },
"arguments": [] "arguments": []
} }

View File

@ -1,60 +1,15 @@
{ {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":16,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":16}},
"end": 16,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 16
}
},
"callee": { "callee": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":14,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":14}},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 14
}
},
"object": { "object": {
"type": "NewExpression", "type": "NewExpression",
"start": 2, "start":2,"end":9,"loc":{"start":{"line":1,"column":2},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 9
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 6, "start":6,"end":9,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":9},"identifierName":"foo"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "foo"
},
"name": "foo" "name": "foo"
}, },
"arguments": [], "arguments": [],
@ -63,24 +18,12 @@
"parenStart": 0 "parenStart": 0
} }
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 11, "start":11,"end":14,"loc":{"start":{"line":1,"column":11},"end":{"line":1,"column":14},"identifierName":"bar"},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 11
},
"end": {
"line": 1,
"column": 14
},
"identifierName": "bar"
},
"name": "bar" "name": "bar"
}, }
"computed": false
}, },
"arguments": [] "arguments": []
} }

View File

@ -1,67 +1,20 @@
{ {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3},"identifierName":"foo"},
"end": 3,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 3
},
"identifierName": "foo"
},
"name": "foo" "name": "foo"
}, },
"arguments": [ "arguments": [
{ {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":7,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":7},"identifierName":"bar"},
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 7
},
"identifierName": "bar"
},
"name": "bar" "name": "bar"
}, },
{ {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":12,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":12},"identifierName":"baz"},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 12
},
"identifierName": "baz"
},
"name": "baz" "name": "baz"
} }
] ]

View File

@ -1,32 +1,9 @@
{ {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":8,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":8},"identifierName":"foo"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "foo"
},
"name": "foo", "name": "foo",
"extra": { "extra": {
"parenthesized": true, "parenthesized": true,

View File

@ -1,50 +1,15 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":17,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":17}},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 17
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":17,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":17},"identifierName":"milkyway"},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 17
},
"identifierName": "milkyway"
},
"name": "milkyway" "name": "milkyway"
}, }
"computed": false
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":29,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":29}},
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 29
}
},
"object": { "object": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":17,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":17}},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 17
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":17,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":17},"identifierName":"milkyway"},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 17
},
"identifierName": "milkyway"
},
"name": "milkyway" "name": "milkyway"
}
}, },
"computed": false "computed": false,
},
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 18, "start":18,"end":29,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":29},"identifierName":"solarsystem"},
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "solarsystem"
},
"name": "solarsystem" "name": "solarsystem"
}, }
"computed": false
} }

View File

@ -1,116 +1,35 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":35,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":35}},
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 35
}
},
"object": { "object": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":29,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":29}},
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 29
}
},
"object": { "object": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":17,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":17}},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 17
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":17,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":17},"identifierName":"milkyway"},
"end": 17,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 17
},
"identifierName": "milkyway"
},
"name": "milkyway" "name": "milkyway"
}
}, },
"computed": false "computed": false,
},
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 18, "start":18,"end":29,"loc":{"start":{"line":1,"column":18},"end":{"line":1,"column":29},"identifierName":"solarsystem"},
"end": 29,
"loc": {
"start": {
"line": 1,
"column": 18
},
"end": {
"line": 1,
"column": 29
},
"identifierName": "solarsystem"
},
"name": "solarsystem" "name": "solarsystem"
}
}, },
"computed": false "computed": false,
},
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 30, "start":30,"end":35,"loc":{"start":{"line":1,"column":30},"end":{"line":1,"column":35},"identifierName":"Earth"},
"end": 35,
"loc": {
"start": {
"line": 1,
"column": 30
},
"end": {
"line": 1,
"column": 35
},
"identifierName": "Earth"
},
"name": "Earth" "name": "Earth"
}, }
"computed": false
} }

View File

@ -1,84 +1,26 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":38,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":38}},
"end": 38,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 38
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": true,
"property": { "property": {
"type": "SequenceExpression", "type": "SequenceExpression",
"start": 9, "start":9,"end":37,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":37}},
"end": 37,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 37
}
},
"expressions": [ "expressions": [
{ {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":19,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":19},"identifierName":"galaxyName"},
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 19
},
"identifierName": "galaxyName"
},
"name": "galaxyName" "name": "galaxyName"
}, },
{ {
"type": "Identifier", "type": "Identifier",
"start": 21, "start":21,"end":37,"loc":{"start":{"line":1,"column":21},"end":{"line":1,"column":37},"identifierName":"otherUselessName"},
"end": 37,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 37
},
"identifierName": "otherUselessName"
},
"name": "otherUselessName" "name": "otherUselessName"
} }
] ]
}, }
"computed": true
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":20,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":20}},
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 20
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": true,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":19,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":19},"identifierName":"galaxyName"},
"end": 19,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 19
},
"identifierName": "galaxyName"
},
"name": "galaxyName" "name": "galaxyName"
}, }
"computed": true
} }

View File

@ -1,86 +1,29 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":21,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":21}},
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 21
}
},
"object": { "object": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": true,
"property": { "property": {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 9, "start":9,"end":11,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 11
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"
}, },
"value": 42 "value": 42
}
}, },
"computed": true "computed": false,
},
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 13, "start":13,"end":21,"loc":{"start":{"line":1,"column":13},"end":{"line":1,"column":21},"identifierName":"galaxies"},
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "galaxies"
},
"name": "galaxies" "name": "galaxies"
}, }
"computed": false
} }

View File

@ -1,63 +1,18 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":21,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":21}},
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 21
}
},
"object": { "object": {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"arguments": [ "arguments": [
{ {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 9, "start":9,"end":11,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 11
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"
@ -66,22 +21,10 @@
} }
] ]
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 13, "start":13,"end":21,"loc":{"start":{"line":1,"column":13},"end":{"line":1,"column":21},"identifierName":"galaxies"},
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "galaxies"
},
"name": "galaxies" "name": "galaxies"
}, }
"computed": false
} }

View File

@ -1,91 +1,24 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":41,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":41}},
"end": 41,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 41
}
},
"object": { "object": {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":32,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":32}},
"end": 32,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 32
}
},
"callee": { "callee": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":21,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":21}},
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 21
}
},
"object": { "object": {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":12,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":12}},
"end": 12,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 12
}
},
"callee": { "callee": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"arguments": [ "arguments": [
{ {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 9, "start":9,"end":11,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 11
}
},
"extra": { "extra": {
"rawValue": 42, "rawValue": 42,
"raw": "42" "raw": "42"
@ -94,40 +27,17 @@
} }
] ]
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 13, "start":13,"end":21,"loc":{"start":{"line":1,"column":13},"end":{"line":1,"column":21},"identifierName":"galaxies"},
"end": 21,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 21
},
"identifierName": "galaxies"
},
"name": "galaxies" "name": "galaxies"
}, }
"computed": false
}, },
"arguments": [ "arguments": [
{ {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 22, "start":22,"end":24,"loc":{"start":{"line":1,"column":22},"end":{"line":1,"column":24}},
"end": 24,
"loc": {
"start": {
"line": 1,
"column": 22
},
"end": {
"line": 1,
"column": 24
}
},
"extra": { "extra": {
"rawValue": 14, "rawValue": 14,
"raw": "14" "raw": "14"
@ -136,18 +46,7 @@
}, },
{ {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 26, "start":26,"end":27,"loc":{"start":{"line":1,"column":26},"end":{"line":1,"column":27}},
"end": 27,
"loc": {
"start": {
"line": 1,
"column": 26
},
"end": {
"line": 1,
"column": 27
}
},
"extra": { "extra": {
"rawValue": 3, "rawValue": 3,
"raw": "3" "raw": "3"
@ -156,18 +55,7 @@
}, },
{ {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 29, "start":29,"end":31,"loc":{"start":{"line":1,"column":29},"end":{"line":1,"column":31}},
"end": 31,
"loc": {
"start": {
"line": 1,
"column": 29
},
"end": {
"line": 1,
"column": 31
}
},
"extra": { "extra": {
"rawValue": 77, "rawValue": 77,
"raw": "77" "raw": "77"
@ -176,22 +64,10 @@
} }
] ]
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 33, "start":33,"end":41,"loc":{"start":{"line":1,"column":33},"end":{"line":1,"column":41},"identifierName":"milkyway"},
"end": 41,
"loc": {
"start": {
"line": 1,
"column": 33
},
"end": {
"line": 1,
"column": 41
},
"identifierName": "milkyway"
},
"name": "milkyway" "name": "milkyway"
}, }
"computed": false
} }

View File

@ -1,148 +1,45 @@
{ {
"type": "CallExpression", "type": "CallExpression",
"start": 0, "start":0,"end":45,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":45}},
"end": 45,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 45
}
},
"callee": { "callee": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":39,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":39}},
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 39
}
},
"object": { "object": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":20,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":20}},
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 20
}
},
"object": { "object": {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":10,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":10}},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 10
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5},"identifierName":"earth"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "earth"
},
"name": "earth" "name": "earth"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 6, "start":6,"end":10,"loc":{"start":{"line":1,"column":6},"end":{"line":1,"column":10},"identifierName":"asia"},
"end": 10,
"loc": {
"start": {
"line": 1,
"column": 6
},
"end": {
"line": 1,
"column": 10
},
"identifierName": "asia"
},
"name": "asia" "name": "asia"
}
}, },
"computed": false "computed": false,
},
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 11, "start":11,"end":20,"loc":{"start":{"line":1,"column":11},"end":{"line":1,"column":20},"identifierName":"Indonesia"},
"end": 20,
"loc": {
"start": {
"line": 1,
"column": 11
},
"end": {
"line": 1,
"column": 20
},
"identifierName": "Indonesia"
},
"name": "Indonesia" "name": "Indonesia"
}
}, },
"computed": false "computed": false,
},
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 21, "start":21,"end":39,"loc":{"start":{"line":1,"column":21},"end":{"line":1,"column":39},"identifierName":"prepareForElection"},
"end": 39,
"loc": {
"start": {
"line": 1,
"column": 21
},
"end": {
"line": 1,
"column": 39
},
"identifierName": "prepareForElection"
},
"name": "prepareForElection" "name": "prepareForElection"
}, }
"computed": false
}, },
"arguments": [ "arguments": [
{ {
"type": "NumericLiteral", "type": "NumericLiteral",
"start": 40, "start":40,"end":44,"loc":{"start":{"line":1,"column":40},"end":{"line":1,"column":44}},
"end": 44,
"loc": {
"start": {
"line": 1,
"column": 40
},
"end": {
"line": 1,
"column": 44
}
},
"extra": { "extra": {
"rawValue": 2014, "rawValue": 2014,
"raw": "2014" "raw": "2014"

View File

@ -1,50 +1,15 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":11,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":11},"identifierName":"if"},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 11
},
"identifierName": "if"
},
"name": "if" "name": "if"
}, }
"computed": false
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":13,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":13},"identifierName":"true"},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 13
},
"identifierName": "true"
},
"name": "true" "name": "true"
}, }
"computed": false
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":14,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":14}},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 14
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":14,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":14},"identifierName":"false"},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 14
},
"identifierName": "false"
},
"name": "false" "name": "false"
}, }
"computed": false
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "MemberExpression", "type": "MemberExpression",
"start": 0, "start":0,"end":13,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":13}},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 13
}
},
"object": { "object": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"universe"},
"end": 8,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 8
},
"identifierName": "universe"
},
"name": "universe" "name": "universe"
}, },
"computed": false,
"property": { "property": {
"type": "Identifier", "type": "Identifier",
"start": 9, "start":9,"end":13,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":13},"identifierName":"null"},
"end": 13,
"loc": {
"start": {
"line": 1,
"column": 9
},
"end": {
"line": 1,
"column": 13
},
"identifierName": "null"
},
"name": "null" "name": "null"
}, }
"computed": false
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "*", "operator": "*",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "/", "operator": "/",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "%", "operator": "%",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3}},
"end": 3,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 3
}
},
"operator": "++", "operator": "++",
"prefix": false, "prefix": false,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3}},
"end": 3,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 3
}
},
"operator": "--", "operator": "--",
"prefix": false, "prefix": false,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"operator": "++", "operator": "++",
"prefix": false, "prefix": false,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":4,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":4},"identifierName":"eval"},
"end": 4,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 4
},
"identifierName": "eval"
},
"name": "eval" "name": "eval"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"operator": "--", "operator": "--",
"prefix": false, "prefix": false,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":4,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":4},"identifierName":"eval"},
"end": 4,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 4
},
"identifierName": "eval"
},
"name": "eval" "name": "eval"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"operator": "++", "operator": "++",
"prefix": false, "prefix": false,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9},"identifierName":"arguments"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "arguments"
},
"name": "arguments" "name": "arguments"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
"end": 11,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 11
}
},
"operator": "--", "operator": "--",
"prefix": false, "prefix": false,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9},"identifierName":"arguments"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "arguments"
},
"name": "arguments" "name": "arguments"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "<", "operator": "<",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": ">", "operator": ">",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "<=", "operator": "<=",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": ">=", "operator": ">=",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "in", "operator": "in",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 5, "start":5,"end":6,"loc":{"start":{"line":1,"column":5},"end":{"line":1,"column":6},"identifierName":"y"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 5
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,50 +1,15 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":14,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":14}},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 14
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "instanceof", "operator": "instanceof",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 13, "start":13,"end":14,"loc":{"start":{"line":1,"column":13},"end":{"line":1,"column":14},"identifierName":"y"},
"end": 14,
"loc": {
"start": {
"line": 1,
"column": 13
},
"end": {
"line": 1,
"column": 14
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
} }

View File

@ -1,83 +1,25 @@
{ {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 9
}
},
"left": { "left": {
"type": "BinaryExpression", "type": "BinaryExpression",
"start": 0, "start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
},
"left": { "left": {
"type": "Identifier", "type": "Identifier",
"start": 0, "start":0,"end":1,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":1},"identifierName":"x"},
"end": 1,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 1
},
"identifierName": "x"
},
"name": "x" "name": "x"
}, },
"operator": "<", "operator": "<",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 4, "start":4,"end":5,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":5},"identifierName":"y"},
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "y"
},
"name": "y" "name": "y"
} }
}, },
"operator": "<", "operator": "<",
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"start": 8, "start":8,"end":9,"loc":{"start":{"line":1,"column":8},"end":{"line":1,"column":9},"identifierName":"z"},
"end": 9,
"loc": {
"start": {
"line": 1,
"column": 8
},
"end": {
"line": 1,
"column": 9
},
"identifierName": "z"
},
"name": "z" "name": "z"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3}},
"end": 3,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 3
}
},
"operator": "++", "operator": "++",
"prefix": true, "prefix": true,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 2, "start":2,"end":3,"loc":{"start":{"line":1,"column":2},"end":{"line":1,"column":3},"identifierName":"x"},
"end": 3,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 3
},
"identifierName": "x"
},
"name": "x" "name": "x"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3}},
"end": 3,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 3
}
},
"operator": "--", "operator": "--",
"prefix": true, "prefix": true,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 2, "start":2,"end":3,"loc":{"start":{"line":1,"column":2},"end":{"line":1,"column":3},"identifierName":"x"},
"end": 3,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 3
},
"identifierName": "x"
},
"name": "x" "name": "x"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"operator": "++", "operator": "++",
"prefix": true, "prefix": true,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 2, "start":2,"end":6,"loc":{"start":{"line":1,"column":2},"end":{"line":1,"column":6},"identifierName":"eval"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "eval"
},
"name": "eval" "name": "eval"
} }
} }

View File

@ -1,34 +1,11 @@
{ {
"type": "UpdateExpression", "type": "UpdateExpression",
"start": 0, "start":0,"end":6,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":6}},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 6
}
},
"operator": "--", "operator": "--",
"prefix": true, "prefix": true,
"argument": { "argument": {
"type": "Identifier", "type": "Identifier",
"start": 2, "start":2,"end":6,"loc":{"start":{"line":1,"column":2},"end":{"line":1,"column":6},"identifierName":"eval"},
"end": 6,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 6
},
"identifierName": "eval"
},
"name": "eval" "name": "eval"
} }
} }

Some files were not shown because too many files have changed in this diff Show More