Don't add 'shorthand' property to ObjectMethod (#506)
This commit is contained in:
@@ -107,7 +107,6 @@
|
||||
}
|
||||
},
|
||||
"method": false,
|
||||
"shorthand": false,
|
||||
"computed": false,
|
||||
"key": {
|
||||
"type": "Identifier",
|
||||
@@ -126,6 +125,7 @@
|
||||
},
|
||||
"name": "p"
|
||||
},
|
||||
"shorthand": false,
|
||||
"value": {
|
||||
"type": "ArrayPattern",
|
||||
"start": 38,
|
||||
@@ -176,7 +176,6 @@
|
||||
}
|
||||
},
|
||||
"method": false,
|
||||
"shorthand": true,
|
||||
"computed": false,
|
||||
"key": {
|
||||
"type": "Identifier",
|
||||
@@ -195,6 +194,7 @@
|
||||
},
|
||||
"name": "b"
|
||||
},
|
||||
"shorthand": true,
|
||||
"value": {
|
||||
"type": "Identifier",
|
||||
"start": 43,
|
||||
@@ -231,7 +231,6 @@
|
||||
}
|
||||
},
|
||||
"method": false,
|
||||
"shorthand": false,
|
||||
"computed": false,
|
||||
"key": {
|
||||
"type": "Identifier",
|
||||
@@ -250,6 +249,7 @@
|
||||
},
|
||||
"name": "q"
|
||||
},
|
||||
"shorthand": false,
|
||||
"value": {
|
||||
"type": "ArrayPattern",
|
||||
"start": 49,
|
||||
|
||||
Reference in New Issue
Block a user