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