add missing semicolon
This commit is contained in:
parent
bf66d78210
commit
98c0e185b8
@ -11,7 +11,7 @@ exports.ClassExpression = function (node, parent, file, scope) {
|
||||
if (!node.id) {
|
||||
if (t.isProperty(parent) && parent.value === node && !parent.computed && t.isIdentifier(parent.key)) {
|
||||
// var o = { foo: class {} };
|
||||
node.id = parent.key
|
||||
node.id = parent.key;
|
||||
}
|
||||
|
||||
if (t.isVariableDeclarator(parent)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user