fix
This commit is contained in:
parent
6d369cd0a2
commit
f839e15379
|
|
@ -79,11 +79,11 @@ export const parseTypeDef = async (path: string) => {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
console.log(
|
// console.log(
|
||||||
"export-declaration",
|
// "export-declaration",
|
||||||
Object.keys(body),
|
// Object.keys(body),
|
||||||
body.declaration.type
|
// body.declaration.type
|
||||||
);
|
// );
|
||||||
}
|
}
|
||||||
} else if (body.type === "ExportNamedDeclaration") {
|
} else if (body.type === "ExportNamedDeclaration") {
|
||||||
let exported = false;
|
let exported = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue