Fix broken test
Starting from https://github.com/6to5/acorn-6to5/commit/40350cafb8d2c66cad7864e04792e9 046734c633 this shorthand also part of call expression
This commit is contained in:
parent
735c7614ed
commit
3ae0f24344
@ -54,7 +54,7 @@ test("@foo();", {
|
||||
},
|
||||
"property": {
|
||||
"type": "CallExpression",
|
||||
"start": 1,
|
||||
"start": 0,
|
||||
"end": 6,
|
||||
"callee": {
|
||||
"type": "Identifier",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user