Move ?? to LogicalExpression

This commit is contained in:
Lucas Azzola
2017-10-15 15:10:34 +11:00
parent fcdfb0e31e
commit f1b8404750
8 changed files with 12 additions and 10 deletions

View File

@@ -43,7 +43,7 @@
}
},
"expression": {
"type": "BinaryExpression",
"type": "LogicalExpression",
"start": 0,
"end": 11,
"loc": {
@@ -57,7 +57,7 @@
}
},
"left": {
"type": "BinaryExpression",
"type": "LogicalExpression",
"start": 0,
"end": 6,
"loc": {

View File

@@ -43,7 +43,7 @@
}
},
"expression": {
"type": "BinaryExpression",
"type": "LogicalExpression",
"start": 0,
"end": 8,
"loc": {

View File

@@ -43,7 +43,7 @@
}
},
"expression": {
"type": "BinaryExpression",
"type": "LogicalExpression",
"start": 0,
"end": 16,
"loc": {
@@ -57,7 +57,7 @@
}
},
"left": {
"type": "BinaryExpression",
"type": "LogicalExpression",
"start": 0,
"end": 9,
"loc": {

View File

@@ -75,7 +75,7 @@
},
"operator": "|>",
"right": {
"type": "BinaryExpression",
"type": "LogicalExpression",
"start": 5,
"end": 11,
"loc": {

View File

@@ -43,7 +43,7 @@
}
},
"expression": {
"type": "BinaryExpression",
"type": "LogicalExpression",
"start": 0,
"end": 11,
"loc": {