Remove already fixed workaround (babel/babel-eslint#508)
This commit is contained in:
parent
bc9b69590b
commit
15e2aa0a24
@ -50,11 +50,6 @@ var astTransformVisitor = {
|
||||
node.type = "Literal";
|
||||
}
|
||||
|
||||
// TODO estree plugin bug
|
||||
if (node.type === "Property") {
|
||||
if (!node.shorthand) node.shorthand = false;
|
||||
}
|
||||
|
||||
if (
|
||||
path.isRestElement() &&
|
||||
path.parent &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user