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:
committed by
Logan Smyth
parent
9add6d88f5
commit
2a8ebbe7ae
@@ -386,9 +386,6 @@
|
||||
"name": "EOF"
|
||||
},
|
||||
"computed": false
|
||||
},
|
||||
"extra": {
|
||||
"parenthesizedArgument": false
|
||||
}
|
||||
},
|
||||
"body": {
|
||||
|
||||
Reference in New Issue
Block a user