Remove parenthesizedArgument (#7981)

The extra field parenthesizedArgument was never set to true. It was
always set to false and the code that read this was incorrectly
checking if extra was present.

Fixes #7957
This commit is contained in:
Erik Arvidsson
2018-05-29 13:58:21 -07:00
committed by Logan Smyth
parent 9add6d88f5
commit 2a8ebbe7ae
65 changed files with 14 additions and 254 deletions

View File

@@ -203,9 +203,6 @@
"identifierName": "x"
},
"name": "x"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "===",

View File

@@ -202,9 +202,6 @@
"identifierName": "x"
},
"name": "x"
},
"extra": {
"parenthesizedArgument": false
}
},
"operator": "===",

View File

@@ -5647,13 +5647,7 @@
"identifierName": "p"
},
"name": "p"
},
"extra": {
"parenthesizedArgument": false
}
},
"extra": {
"parenthesizedArgument": false
}
},
"consequent": {

View File

@@ -286,9 +286,6 @@
"raw": "1"
},
"value": 1
},
"extra": {
"parenthesizedArgument": false
}
}
}