Skip to content

Commit b8bc24a

Browse files
braeboghostdevv
authored andcommitted
chore: formatting
1 parent 142e3c0 commit b8bc24a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/exports/package.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export type {
1010
ExportBit,
1111
SlotBit,
1212
Bit,
13-
} from '../types.d'
13+
} from '../types'

src/files/typescript.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export function parseTSFile({
2626

2727
const tsdoc_node_parent = declaration.getFirstChildIfKind(ts.SyntaxKind.JSDoc)
2828
? //? Check whether the declaration has a comment
29-
declaration
29+
declaration
3030
: //? Find the comment by traversing up the parent, this should be safe here
31-
declaration
31+
declaration
3232
.getAncestors()
3333
.find((ancestor) => !!ancestor.getFirstChildIfKind(ts.SyntaxKind.JSDoc))
3434

0 commit comments

Comments
 (0)