Skip to content

Commit 52c2ff1

Browse files
author
Armando Aguirre Sepulveda
committed
dprint...
1 parent c1b1d40 commit 52c2ff1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7058,7 +7058,6 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
70587058
if (context.flags & NodeBuilderFlags.NoTruncation) {
70597059
return [];
70607060
}
7061-
70627061
return [factory.createPropertySignature(/*modifiers*/ undefined, "...", /*questionToken*/ undefined, /*type*/ undefined)];
70637062
}
70647063
const typeElements: TypeElement[] = [];

0 commit comments

Comments
 (0)