remove extra semicolon
This commit is contained in:
parent
4043e8e8b9
commit
7334326042
@ -121,7 +121,7 @@ export function AssignmentExpression(node, parent, scope, file) {
|
||||
|
||||
var ref;
|
||||
if (this.isCompletionRecord() || !this.parentPath.isExpressionStatement()) {
|
||||
ref = scope.generateUidIdentifierBasedOnNode(node.right, "ref");;
|
||||
ref = scope.generateUidIdentifierBasedOnNode(node.right, "ref");
|
||||
|
||||
nodes.push(t.variableDeclaration("var", [
|
||||
t.variableDeclarator(ref, node.right)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user