Skip to content

Commit

Permalink
dprint...
Browse files Browse the repository at this point in the history
  • Loading branch information
Armando Aguirre Sepulveda committed Aug 16, 2024
1 parent c1b1d40 commit 52c2ff1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/checker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7058,7 +7058,6 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
if (context.flags & NodeBuilderFlags.NoTruncation) {
return [];
}

return [factory.createPropertySignature(/*modifiers*/ undefined, "...", /*questionToken*/ undefined, /*type*/ undefined)];
}
const typeElements: TypeElement[] = [];
Expand Down

0 comments on commit 52c2ff1

Please sign in to comment.