fix build..
This commit is contained in:
parent
eaec0f1595
commit
0c47ebe881
@ -216,7 +216,7 @@ var astTransformVisitor = {
|
||||
delete node.isType;
|
||||
}
|
||||
|
||||
if (this.isExportDeclaration())) {
|
||||
if (this.isExportDeclaration()) {
|
||||
var declar = this.get("declaration");
|
||||
if (declar.isClassExpression()) {
|
||||
node.declaration.type = "ClassDeclaration";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user