This commit is contained in:
Rizky 2024-08-14 22:42:56 +07:00
parent 6d369cd0a2
commit f839e15379
1 changed files with 5 additions and 5 deletions

View File

@ -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;