Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Nov 18, 2024
1 parent b280514 commit 1f311af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/typedoc-declaration/lib/internal2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export async function createCollection(ctx: Context, o: J.Reflection): R<Entity[
err = errors.join(err, fe)
c.push(...fc)

// shake(o, c)
shake(o, c)

if (isSignatureReflection(o)) {
if (o.parameters) {
Expand Down Expand Up @@ -367,7 +367,7 @@ export async function createGroups(o: J.Reflection): R<Group[]> {
}

function shake(o: J.Reflection, c: Entity[]): void {
console.log(o, c)
// console.log(o, c)
}

export class Group {
Expand Down

0 comments on commit 1f311af

Please sign in to comment.