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