equal
deleted
inserted
replaced
|
1 { |
|
2 "type": "Program", |
|
3 "body": [ |
|
4 { |
|
5 "type": "ExpressionStatement", |
|
6 "expression": { |
|
7 "type": "BinaryExpression", |
|
8 "operator": "+", |
|
9 "left": { |
|
10 "type": "BinaryExpression", |
|
11 "operator": "+", |
|
12 "left": { |
|
13 "type": "Literal", |
|
14 "value": 2 |
|
15 }, |
|
16 "right": { |
|
17 "type": "Literal", |
|
18 "value": 1 |
|
19 } |
|
20 }, |
|
21 "right": { |
|
22 "type": "Literal", |
|
23 "value": 4 |
|
24 } |
|
25 } |
|
26 } |
|
27 ] |
|
28 } |
|
29 { |
|
30 "type": "Program", |
|
31 "body": [ |
|
32 { |
|
33 "type": "ExpressionStatement", |
|
34 "expression": { |
|
35 "type": "BinaryExpression", |
|
36 "operator": "<<", |
|
37 "left": { |
|
38 "type": "BinaryExpression", |
|
39 "operator": "+", |
|
40 "left": { |
|
41 "type": "Literal", |
|
42 "value": 3 |
|
43 }, |
|
44 "right": { |
|
45 "type": "Literal", |
|
46 "value": 7 |
|
47 } |
|
48 }, |
|
49 "right": { |
|
50 "type": "Literal", |
|
51 "value": 5 |
|
52 } |
|
53 } |
|
54 } |
|
55 ] |
|
56 } |